Skip to content

Commit

Permalink
fixed defines.php
Browse files Browse the repository at this point in the history
fixed missing ; at line 22
  • Loading branch information
strfl89 committed Sep 18, 2019
1 parent b40506d commit 0ab0fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
define('TYPE', 5750);
define('TYPE_REMOTE_CONTROL', 0); //5750 = 0 => Default Remote Control
define('TYPE_LIGHT', 2); //5750 = 2 => All lightning Devices (Driver, Lamps, ...)
define('TYPE_CONTROL_OUTLET', 3) //5750 = 3 => Control Outlet for power Switching
define('TYPE_CONTROL_OUTLET', 3); //5750 = 3 => Control Outlet for power Switching
define('TYPE_MOTION_SENSOR', 4); //5750 = 4 => Motion Sensor
define('GATEWAY', 15011);
define('GATEWAY_NTP', 9023);
Expand Down

0 comments on commit 0ab0fe1

Please sign in to comment.