-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I was experiencing an issue with the turn off URL not working with the URL extension. When I turned the device on or off, the plugin was always sending the turn on URL.
I fixed this by changing "onCommand" to "offCommand" on line 773 of plugin.py (linked below).
This fix worked for me, but could you confirm this is the proper fix?
Device-Extensions/EPS Device Extensions.indigoPlugin/Contents/Server Plugin/plugin.py
Line 773 in 317a635
| if self.urlDeviceAction (dev, dev.pluginProps["onCommand"]) == False: |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels