Differences

This shows you the differences between two versions of the page.

Link to this comparison view

api_release_notes:1.15 [2014/01/24 02:49] – created mattbapi_release_notes:1.15 [2026/04/07 18:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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  ^
 +|<code>dev = indigo.devices[1984257077]     # "downstairs thermostat"
 +if dev.displayStateValRaw > 70.0:
 +  indigo.server.log(u"getting warm -- current temperature is " + dev.displayStateValUi)</code>|