HOME › Forums › Software › iSmartenit › GE/Jasco 45857GE In Wall Smart Dimmer Compatibility › Reply To: GE/Jasco 45857GE In Wall Smart Dimmer Compatibility
Inactive
April 6, 2016 at 4:50 pm
Post count: 259
The json output of the capabilities of the device is sufficient information. This device can be added dynamically (will get it in mins) 8)
Can you try the following 2 requests and let me know which one controls the load?
Request to EP 1:
curl -X POST "http://local_ip_address:50334/device/13544/comp1/OnOff/Toggle"
Request to EP 2:
curl -X POST "http://local_ip_address:50334/device/13544/comp2/OnOff/Toggle"
Thanks,