This version of the API shipped with Indigo 6.0.10 - check the Api Version Chart to see what version of the API is available in which Indigo versions.
displayStateId, displayStateValRaw and displayStateValUi to device instances for retrieval (read-only) of the main display state key and values.| Examples |
| --- |
| python
dev = indigo.devices[1984257077] # "downstairs thermostat"
if dev.displayStateValRaw > 70.0:
indigo.server.log(u"getting warm -- current temperature is " + dev.displayStateValUi) |