Initial support for MiLight/LimitlessLED/EasyBulb/etc... bulbs using the node-milight-promise node module

This commit is contained in:
Sam Edwards
2015-07-07 16:10:24 -07:00
parent 05e17be277
commit 7b7b28571d
3 changed files with 193 additions and 1 deletions

View File

@@ -120,6 +120,16 @@
"host": "192.168.1.200", // IP address of the SER2SOCK service
"port" : 4999, // Port the SER2SOCK process is running on
"pin": "1234" // PIN used for arming / disarming
},
{ |
"accessory": "MiLight", |
"name": "Lamp", |
"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) |
"zone": 1, // Zone to address commands to (not used for rgb only bulbs) |
"type": "rgbw", // Bulb type (rgbw, rgb, white) |
"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) |
}
]
}