File tree 2 files changed +232
-71
lines changed
2 files changed +232
-71
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#define MQTT_JSON_LIGHT_WHITE_STATE_TOPIC Mqtt_Base_Topic "/white/json_status"
21
21
#define MQTT_JSON_LIGHT_WHITE_COMMAND_TOPIC Mqtt_Base_Topic "/white/json_set"
22
- #define MQTT_JSON_LIGHT_WHITE_SINGLE_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"
22
+
23
+ #define MQTT_JSON_LIGHT_WHITE_SINGLE_1_STATE_TOPIC Mqtt_Base_Topic "/white_single/json_status"
24
+ #define MQTT_JSON_LIGHT_WHITE_SINGLE_1_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"
25
+
26
+ #define MQTT_JSON_LIGHT_WHITE_SINGLE_2_STATE_TOPIC Mqtt_Base_Topic "/white_single_2/json_status"
27
+ #define MQTT_JSON_LIGHT_WHITE_SINGLE_2_COMMAND_TOPIC Mqtt_Base_Topic "/white_single_2/json_set"
23
28
24
29
#define MQTT_JSON_LIGHT_COMBINED_STATE_TOPIC Mqtt_Base_Topic "/combined/json_status"
25
30
#define MQTT_JSON_LIGHT_COMBINED_COMMAND_TOPIC Mqtt_Base_Topic "/combined/json_set"
You can’t perform that action at this time.
0 commit comments