Title here
Summary here
Bulk provision from config file
Provision multiple devices from a YAML configuration file.
The config file specifies WiFi credentials and device-specific settings. Provisioning is performed in parallel for efficiency.
Config file format: wifi: ssid: “MyNetwork” password: “secret” devices: - name: living-room address: 192.168.1.100 # optional, uses registered device if omitted device_name: “Living Room Light” # optional device name to set - name: bedroom wifi: # optional per-device WiFi override ssid: “OtherNetwork” password: “other-secret”
| |
| |
| |
| |