mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +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);
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
if (device <= MAX_DOMOTICZ_IDX) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user