Update xdrv_11_KNX.ino

This commit is contained in:
Adrian Scillato 2018-04-17 14:06:40 -03:00 committed by GitHub
parent e8a56c6db5
commit 385748d58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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