diff --git a/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino b/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino index 2a2b53a..04e33b6 100755 --- a/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino +++ b/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino @@ -80,7 +80,7 @@ void presentation() { sendSketchInfo("Relay & Button", "1.0"); // Register all sensors to gw (they will be created as child devices) - present(CHILD_ID, S_LIGHT); + present(CHILD_ID, S_BINARY); } /*