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.

Examples
dev = indigo.devices[1984257077]     # "downstairs thermostat"
if dev.displayStateValRaw > 70.0:
  indigo.server.log(u"getting warm -- current temperature is " + dev.displayStateValUi)