📄️ Dedicated Device Settings
Dedicated Setting HTML lets a producer create a product-specific configuration page that is loaded inside the AirNgin application.
📄️ Load previously saved settings
Use this API when a Dedicated Setting page needs to restore the configuration that was previously saved for a Device/Operation.
📄️ Get all Devices in a Project
Use this API to build selectors for other Devices and Operations in a Dedicated Setting page.
📄️ Get all rooms/places in a Project
Use the Place API to populate a room selector in Dedicated Setting HTML.
📄️ Get all server scenarios in a Project
Use this API when Dedicated Setting HTML needs to let the user select a server-side scenario.
📄️ Save Dedicated Setting data
Use the following endpoint to store product-specific setting data for the current Device/Operation:
📄️ Complete Dedicated Setting sample
The producer panel provides a sample HTML file that combines the Dedicated Setting APIs into one working configuration page.
📄️ Cross-Device dependencies
A Device may depend on the current value of an Operation from another Device in the same Project. This is a generic capability and is not limited to any specific product category.
📄️ Control other Devices
A local event on one Device can be configured to execute a Command on an Operation of another Device in the same Project.