Can I set "Parameter 80" in XML?

Hey folks!

I’m running 40+ Aeotec switches and need to bulk-update “Parameter 80” for all devices to “Hail”.

I realise I can do this via the Z-Wave Control Panel, however this method takes way too long for this many devices.

Is there an XML file config I can easily update via copy & paste instead?

TIA!

Perhaps you could use the REST API to call the set_config_parameter service.

Or similarly, you could use the WebSocket API, there is an example Python client.

I believe the control panel is just using the WebSocket API to call the services.