diff --git a/clients/homebridge/config.json b/clients/homebridge/config.json index deef550..ace5db1 100644 --- a/clients/homebridge/config.json +++ b/clients/homebridge/config.json @@ -15,7 +15,7 @@ "switch": { "status": "http:///get_switch", - "powerOn": "http:///all?r=255&g=1255&b=255", + "powerOn": "http:///all?r=255&g=255&b=255", "powerOff": "http:///off" }, @@ -36,4 +36,4 @@ "platforms": [ ] -} \ No newline at end of file +}