From 385748d58ae496d8da540669b5822481ffca9215 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Tue, 17 Apr 2018 14:06:40 -0300 Subject: [PATCH] Update xdrv_11_KNX.ino --- sonoff/xdrv_11_KNX.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/xdrv_11_KNX.ino b/sonoff/xdrv_11_KNX.ino index 91792d49b..28fdc5145 100644 --- a/sonoff/xdrv_11_KNX.ino +++ b/sonoff/xdrv_11_KNX.ino @@ -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; } @@ -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 1 = switch_topic