Advertisement
Antropex

Warsztatowy

Jun 23rd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. return      {   on  =   {
  2.                      timer = { 'every minute' },
  3.                   },
  4.  
  5.            
  6.    execute = function(domoticz)
  7.        local  went1            = domoticz.devices('Testowy1')
  8.        went1.switchOn()
  9.        went1.switchOff().afterSec(600)
  10.        end
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement