Is it possible to read device status via a URL.
Say I want to read amperage from a Relay using curl on linux.
( EXAMPLE NOT A REAL URL )
curl http://hubitat.local/api/?device=353
Get back a Jason string with the device current status.
Sounds like you're looking for Maker API (you could also write a custom app on the hub but don't need to since this exists):
1 Like