Skip to content

Commit 4943d71

Browse files
authored
Add White single 2 light entity, Add RSSI to settings, Improve state publish after cmd
Add White single 2 light entity, Add RSSI to settings, Improve state publish after cmd
2 parents 1174ed6 + dd5347c commit 4943d71

File tree

2 files changed

+232
-71
lines changed

2 files changed

+232
-71
lines changed

Config.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
#define MQTT_JSON_LIGHT_WHITE_STATE_TOPIC Mqtt_Base_Topic "/white/json_status"
2121
#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"
2328

2429
#define MQTT_JSON_LIGHT_COMBINED_STATE_TOPIC Mqtt_Base_Topic "/combined/json_status"
2530
#define MQTT_JSON_LIGHT_COMBINED_COMMAND_TOPIC Mqtt_Base_Topic "/combined/json_set"

0 commit comments

Comments
 (0)