mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update xdrv_11_KNX.ino
This commit is contained in:
parent
e8a56c6db5
commit
385748d58a
@ -479,7 +479,7 @@ void KNX_CB_Action(message_t const &msg, void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void KNX_Update_Power_State(byte device, power_t state)
|
void KnxUpdatePowerState(byte device, power_t state)
|
||||||
{
|
{
|
||||||
if (!(Settings.flag.knx_enabled)) { return; }
|
if (!(Settings.flag.knx_enabled)) { return; }
|
||||||
|
|
||||||
@ -501,7 +501,7 @@ void KNX_Update_Power_State(byte device, power_t state)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void KNX_Send_Button_Power(byte key, byte device, byte state)
|
void KnxSendButtonPower(byte key, byte device, byte state)
|
||||||
{
|
{
|
||||||
// key 0 = button_topic
|
// key 0 = button_topic
|
||||||
// key 1 = switch_topic
|
// key 1 = switch_topic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user