You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to GitHub so I may be posting this request in the wrong place!
I am using the ShellyPlus.groovy code for an I4 digital input that the driver classes as a switch. The Hubitat Device page shows it has 4 inputs but does not show the status. Looking at the code I think the call is http://I_P_Address_/rpc/Switch.GetStatus?id=0, if I send that directly to the device in a browser I get the following response: {"code":404,"message":"No handler for Switch.GetStatus"}.
Presume the status call should have a different name?
The text was updated successfully, but these errors were encountered:
I'm new to GitHub so I may be posting this request in the wrong place!
I am using the ShellyPlus.groovy code for an I4 digital input that the driver classes as a switch. The Hubitat Device page shows it has 4 inputs but does not show the status. Looking at the code I think the call is http://I_P_Address_/rpc/Switch.GetStatus?id=0, if I send that directly to the device in a browser I get the following response: {"code":404,"message":"No handler for Switch.GetStatus"}.
Presume the status call should have a different name?
The text was updated successfully, but these errors were encountered: