Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| indigo_2024.2_documentation:documents [2025/02/18 20:56] – [Indigo 2024.2 Documentation] davel17 | indigo_2024.2_documentation:documents [2025/02/18 21:19] (current) – davel17 | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| We provide several powerful, yet easy to use ways to extend Indigo. We support a Python-based API that allows 3rd parties to integrate devices, events, and actions natively into Indigo without sacrificing speed and stability of the core server. This section provides links to all the documentation needed to develop scripts and plugins for Indigo. | We provide several powerful, yet easy to use ways to extend Indigo. We support a Python-based API that allows 3rd parties to integrate devices, events, and actions natively into Indigo without sacrificing speed and stability of the core server. This section provides links to all the documentation needed to develop scripts and plugins for Indigo. | ||
| - | **<color red> | + | **<color red> |
| If any of the API tables or functionality in the documentation don't have a version number you can assume that the feature is available in API version 1.0 and later. | If any of the API tables or functionality in the documentation don't have a version number you can assume that the feature is available in API version 1.0 and later. | ||
| We have several APIs for plugin development, | We have several APIs for plugin development, | ||
| - | * **The Indigo Object Model v3.4** ([[https:// | + | * **The Indigo Object Model v3.6** ([[https:// |
| * [[plugin_guide|Plugin Developer' | * [[plugin_guide|Plugin Developer' | ||
| * [[object_model_reference|Object Model Reference]] - the Indigo Object Model (IOM) and how to use it in Python in both plugins and scripts. | * [[object_model_reference|Object Model Reference]] - the Indigo Object Model (IOM) and how to use it in Python in both plugins and scripts. | ||