ashishgururani

Results 2 issues of ashishgururani

I have the following... ``` "accessories": [ { "accessory": "HTTP-SWITCH", "name": "Fireplace", "switchType": "stateful", "timeout": 2000, "onUrl": "http://10.1.1.90/api/switchOn", "offUrl": "http://10.1.1.90/api/switchOff", "statusUrl": "http://10.1.1.90/api/switchStatus" } ], ``` If this device is unplugged...

I have a simple led controller (2 pin, white). When I add the plugin, the device name is pulled in as generic "Dimmer". Am I doing something wrong? Is there...

bug