Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api_release_notes:1.9 [2013/07/19 16:59] mattbapi_release_notes:1.9 [2026/04/07 18:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== API v1.9 Release Notes ======
 +This version of the API shipped with Indigo 6 beta 10 - check the [[:API Version Chart]] to see what version of the API is available in which Indigo versions.
 +
 +  * Added //''batteryLevel''// attribute to device instances to return the current battery level (integer, 0 to 100) for devices that report their battery level. Devices that do not report battery level will return the None object.
 +  * Added //''energyCurLevel''// and //''energyAccumTotal''// attributes to device instances to return the current Watts and Kilowatt hours energy usage information for devices that support energy reporting. Devices that do not support energy reporting will return None objects.