Skip to content

Commit

Permalink
Add White single 2 light entity, Add RSSI to settings, Improve state …
Browse files Browse the repository at this point in the history
…publish after cmd

Add White single 2 light entity, Add RSSI to settings, Improve state publish after cmd
  • Loading branch information
starkillerOG authored Feb 23, 2025
2 parents 1174ed6 + dd5347c commit 4943d71
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 71 deletions.
7 changes: 6 additions & 1 deletion Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@

#define MQTT_JSON_LIGHT_WHITE_STATE_TOPIC Mqtt_Base_Topic "/white/json_status"
#define MQTT_JSON_LIGHT_WHITE_COMMAND_TOPIC Mqtt_Base_Topic "/white/json_set"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"

#define MQTT_JSON_LIGHT_WHITE_SINGLE_1_STATE_TOPIC Mqtt_Base_Topic "/white_single/json_status"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_1_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"

#define MQTT_JSON_LIGHT_WHITE_SINGLE_2_STATE_TOPIC Mqtt_Base_Topic "/white_single_2/json_status"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_2_COMMAND_TOPIC Mqtt_Base_Topic "/white_single_2/json_set"

#define MQTT_JSON_LIGHT_COMBINED_STATE_TOPIC Mqtt_Base_Topic "/combined/json_status"
#define MQTT_JSON_LIGHT_COMBINED_COMMAND_TOPIC Mqtt_Base_Topic "/combined/json_set"
Expand Down
Loading

0 comments on commit 4943d71

Please sign in to comment.