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:57] – external edit 127.0.0.1 | indigo_2024.2_documentation:documents [2025/02/18 21:19] (current) – davel17 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Indigo 2024.1 Documentation ====== | + | ====== Indigo 2024.2 Documentation ====== |
| - | Welcome to the Indigo 2024.1 Documentation pages. We've separated the docs into multiple areas, each focusing on some different part of Indigo 2024.1. | + | Welcome to the Indigo 2024.2 Documentation pages. We've separated the docs into multiple areas, each focusing on some different part of Indigo 2024.2. |
| ===== Indigo User Documents ===== | ===== Indigo User Documents ===== | ||
| 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. | ||