Plugin XML Reference¶
In this guide
This page is a complete reference for the XML files used to define Indigo plugin configuration dialogs, devices, events, actions, and menu items, including all supported field types and attributes.
Plugin XML Files¶
An Indigo plugin is configured through a set of XML files plus the ConfigUI markup they share:
- ConfigUI Fields — the dialog field types used throughout the XML files.
- PluginConfig.xml — plugin-wide configuration.
- Devices.xml · Events.xml · Actions.xml — declaring device types, events, and actions.
- MenuItems.xml · SupportURL Elements.