mirror of
https://github.com/anklimov/lighthub
synced 2026-01-30 18:19:06 +03:00
homie topic strucrure correction
This commit is contained in:
@@ -82,14 +82,17 @@
|
||||
#endif
|
||||
*/
|
||||
|
||||
//Default output topic
|
||||
#ifndef OUTTOPIC
|
||||
#define OUTTOPIC "s_out"
|
||||
#endif
|
||||
|
||||
//Topic to receive CLI commands
|
||||
#ifndef CMDTOPIC
|
||||
#define CMDTOPIC "command"
|
||||
#define CMDTOPIC "$command"
|
||||
#endif
|
||||
|
||||
//Default broadcast topic
|
||||
#ifndef INTOPIC
|
||||
#define INTOPIC "in"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user