Skip to content

Commit 7e610c9

Browse files
authored
Merge pull request #12 from strfl89/testing
Update defines.php
2 parents 3ce6e5a + 806a352 commit 7e610c9

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
@@ -20,7 +20,7 @@
2020
define('TYPE_LIGHT', 2); //5750 = 2 => All lightning Devices (Driver, Lamps, ...)
2121
define('TYPE_CONTROL_OUTLET', 3); //5750 = 3 => Control Outlet for power Switching
2222
define('TYPE_MOTION_SENSOR', 4); //5750 = 4 => Motion Sensor
23-
define('TYPE_SYMFONISK_CONTROLLER', 8)
23+
define('TYPE_SYMFONISK_CONTROLLER', 8);
2424
define('GATEWAY', 15011);
2525
define('GATEWAY_NTP', 9023);
2626
define('GATEWAY_FIRMWARE', 9029);

0 commit comments

Comments
 (0)