Skip to content

Commit

Permalink
Merge pull request #8 from strfl89/testing
Browse files Browse the repository at this point in the history
Version 2.2.3 - Bugfix
  • Loading branch information
strfl89 authored Sep 18, 2019
2 parents 4360796 + 0ab0fe1 commit 61e7df7
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 61e7df7

Please sign in to comment.