mirror of https://github.com/arendst/Tasmota.git
Update sonoff.ino
This commit is contained in:
parent
94786d3217
commit
e64c8d61c9
|
@ -1311,7 +1311,7 @@ boolean SendKey(byte key, byte device, byte state)
|
||||||
if (Settings.flag.mqtt_enabled && MqttIsConnected() && (strlen(key_topic) != 0) && strcmp(key_topic, "0")) {
|
if (Settings.flag.mqtt_enabled && MqttIsConnected() && (strlen(key_topic) != 0) && strcmp(key_topic, "0")) {
|
||||||
if (!key && (device > devices_present)) device = 1; // Only allow number of buttons up to number of devices
|
if (!key && (device > devices_present)) device = 1; // Only allow number of buttons up to number of devices
|
||||||
GetTopic_P(stopic, CMND, key_topic, GetPowerDevice(scommand, device, sizeof(scommand),
|
GetTopic_P(stopic, CMND, key_topic, GetPowerDevice(scommand, device, sizeof(scommand),
|
||||||
Settings.flag.device_index_enable)); // cmnd/switchtopic/POWERx
|
(key + Settings.flag.device_index_enable))); // cmnd/switchtopic/POWERx
|
||||||
if (9 == state) {
|
if (9 == state) {
|
||||||
mqtt_data[0] = '\0';
|
mqtt_data[0] = '\0';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue