Skip to content

Commit 61e7df7

Browse files
authored
Merge pull request #8 from strfl89/testing
Version 2.2.3 - Bugfix
2 parents 4360796 + 0ab0fe1 commit 61e7df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defines.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
define('TYPE', 5750);
1919
define('TYPE_REMOTE_CONTROL', 0); //5750 = 0 => Default Remote Control
2020
define('TYPE_LIGHT', 2); //5750 = 2 => All lightning Devices (Driver, Lamps, ...)
21-
define('TYPE_CONTROL_OUTLET', 3) //5750 = 3 => Control Outlet for power Switching
21+
define('TYPE_CONTROL_OUTLET', 3); //5750 = 3 => Control Outlet for power Switching
2222
define('TYPE_MOTION_SENSOR', 4); //5750 = 4 => Motion Sensor
2323
define('GATEWAY', 15011);
2424
define('GATEWAY_NTP', 9023);

0 commit comments

Comments
 (0)