API v1.15 Release Notes

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.

  • Added attributes displayStateId, displayStateValRaw and displayStateValUi to device instances for retrieval (read-only) of the main display state key and values.
Examples
dev = indigo.devices[1984257077]     # "downstairs thermostat"
if dev.displayStateValRaw > 70.0:
  indigo.server.log(u"getting warm -- current temperature is " + dev.displayStateValUi)
  • /www/perceptive/wiki/data/pages/api_release_notes/1.15.txt
  • Last modified: 2026/04/07 18:27
  • by 127.0.0.1