API v1.14 Release Notes

This version of the API shipped with Indigo 6.0.8 - check the API Version Chart to see what version of the API is available in which Indigo versions.

Examples
groupList = indigo.device.getGroupList(devIdOrInstance)
rootDevice = indigo.devices[groupList[0]]
indigo.server.log("battery level is: " + str(rootDevice.batteryLevel))