mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Fix compilation
This commit is contained in:
parent
231f342497
commit
0738f0f916
@ -401,7 +401,7 @@ void DomoticzSendSwitch(uint32_t type, uint32_t index, uint32_t state) {
|
|||||||
MqttPublish(domoticz_in_topic);
|
MqttPublish(domoticz_in_topic);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DomoticzSendKey(uint8_t key, uint8_t device, uint8_t state, uint8_t svalflg) {
|
bool DomoticzSendKey(uint32_t key, uint32_t device, uint32_t state, uint32_t svalflg) {
|
||||||
bool result = false;
|
bool result = false;
|
||||||
|
|
||||||
if (device <= MAX_DOMOTICZ_IDX) {
|
if (device <= MAX_DOMOTICZ_IDX) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user