From e9d43a7bddeaff8b3c22bd88d4553186ce039206 Mon Sep 17 00:00:00 2001 From: Danimal4326 Date: Thu, 13 Aug 2015 10:28:36 -0500 Subject: [PATCH] clean up entry for MiLight --- config-sample.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config-sample.json b/config-sample.json index bd81c12..0f3f511 100644 --- a/config-sample.json +++ b/config-sample.json @@ -143,15 +143,15 @@ "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) | + { + "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) }, { "accessory": "Tesla",