How to use a Push On Button on creation
Posted: Sunday 25 January 2026 20:28
Hi,
Is it possible to create a Push On Button in a python script ?
I want use a Push On instead of a switch
Is it possible to create a Push On Button in a python script ?
I want use a Push On instead of a switch
Code: Select all
if 6 not in Devices:
Domoticz.Device(Name="Load Start URL", Unit=6, TypeName="Switch").Create()