Search found 1 match

by LPCevaal
Saturday 02 January 2021 10:17
Forum: dzVents
Topic: How to set dimmer based on time between to states
Replies: 1
Views: 488

How to set dimmer based on time between to states

Hello, I am new to dzVents and am trying to adapt the following script based on a previous dimmer topic.

return
{
on =
{
devices = { 'Wall Switch Kitchen' }, -- Switch Controlling two lights
},

logging =
{
level = domoticz.LOG_INFO,
marker = "Wall Switch Kitchen"
},

execute = function ...