Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| api_release_notes:2.4 [2020/11/12 00:45] – created mattb | api_release_notes:2.4 [2026/04/07 18:27] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== API v2.4 Release Notes ====== | ||
| + | This version of the API shipped with Indigo 7.5.0 - check the [[:API Version Chart]] to see what version of the API is available in which Indigo versions. | ||
| + | |||
| + | * Added new methods to get the plugin list //'' | ||
| + | * Added optional //'' | ||
| + | |||
| + | import logging | ||
| + | indigo.server.log(" | ||
| + | indigo.server.log(" | ||
| + | indigo.server.log(" | ||
| + | |||
| + | # Equivalent of above server API calls that instead use the plugin instances default logger instance: | ||
| + | self.logger.info(" | ||
| + | self.logger.warn(" | ||
| + | self.logger.error(" | ||