Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| api_release_notes:2.3 [2020/12/23 21:19] – jay | api_release_notes:2.3 [2026/04/07 18:27] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== API v2.3 Release Notes ====== | ||
| + | This version of the API shipped with Indigo 7.4.1 - check the [[:API Version Chart]] to see what version of the API is available in which Indigo versions. | ||
| + | |||
| + | * Added //'' | ||
| + | |||
| + | sharedProps = dev.sharedProps | ||
| + | sharedProps[" | ||
| + | dev.replaceSharedPropsOnServer(sharedProps) | ||
| + | |||
| + | sharedProps = var.sharedProps | ||
| + | sharedProps[" | ||
| + | var.replaceSharedPropsOnServer(sharedProps) | ||
| + | |||
| + | * Added a new device iterator filter that will return all devices that support an on state: | ||
| + | |||
| + | for dev in indigo.devices.iter(" | ||
| + | indigo.server.log(dev.name) | ||