We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4360796 + 0ab0fe1 commit 61e7df7Copy full SHA for 61e7df7
1 file changed
defines.php
@@ -18,7 +18,7 @@
18
define('TYPE', 5750);
19
define('TYPE_REMOTE_CONTROL', 0); //5750 = 0 => Default Remote Control
20
define('TYPE_LIGHT', 2); //5750 = 2 => All lightning Devices (Driver, Lamps, ...)
21
-define('TYPE_CONTROL_OUTLET', 3) //5750 = 3 => Control Outlet for power Switching
+define('TYPE_CONTROL_OUTLET', 3); //5750 = 3 => Control Outlet for power Switching
22
define('TYPE_MOTION_SENSOR', 4); //5750 = 4 => Motion Sensor
23
define('GATEWAY', 15011);
24
define('GATEWAY_NTP', 9023);
0 commit comments