mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-19 14:23:08 +01:00
clean up entry for MiLight
This commit is contained in:
@@ -143,15 +143,15 @@
|
|||||||
"port" : 4999, // Port the SER2SOCK process is running on
|
"port" : 4999, // Port the SER2SOCK process is running on
|
||||||
"pin": "1234" // PIN used for arming / disarming
|
"pin": "1234" // PIN used for arming / disarming
|
||||||
},
|
},
|
||||||
{ |
|
{
|
||||||
"accessory": "MiLight", |
|
"accessory":"MiLight",
|
||||||
"name": "Lamp", |
|
"name": "Lamp",
|
||||||
"ip_address": "255.255.255.255", // IP Address of the WiFi Bridge, or 255.255.255.255 to broadcast to all |
|
"ip_address": "255.255.255.255", // IP Address of the WiFi Bridge, or 255.255.255.255 to broadcast to all
|
||||||
"port": 8899, // Default port 8899 (50000 for v1 or v2 bridge) |
|
"port": 8899, // Default port 8899 (50000 for v1 or v2 bridge)
|
||||||
"zone": 1, // Zone to address commands to (not used for rgb only bulbs) |
|
"zone": 1, // Zone to address commands to (not used for rgb only bulbs)
|
||||||
"type": "rgbw", // Bulb type (rgbw, rgb, white) |
|
"type": "rgbw", // Bulb type (rgbw, rgb, white)
|
||||||
"delay": 35, // Delay between commands sent to the WiFi bridge (default 35) |
|
"delay": 35, // Delay between commands sent to the WiFi bridge (default 35)
|
||||||
"repeat": 3 // Number of times each command is repeated for reliability (default 3) |
|
"repeat": 3 // Number of times each command is repeated for reliability (default 3)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"accessory": "Tesla",
|
"accessory": "Tesla",
|
||||||
|
|||||||
Reference in New Issue
Block a user