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.

  • Added getGroupList() method to indigo.device command space to retrieve an ID list of all devices in a group. The argument can be any device ID or device instance in the group. The returned list is ordered, with the main/root device ID being first.
Examples
groupList = indigo.device.getGroupList(devIdOrInstance)
rootDevice = indigo.devices[groupList[0]]
indigo.server.log("battery level is: " + str(rootDevice.batteryLevel))
  • /www/perceptive/wiki/data/pages/api_release_notes/1.14.txt
  • Last modified: 2024/06/27 00:08
  • by 127.0.0.1