Hi there,
I have a noob question:
Is it possible to limit luup execution for xyz seconds e.g the following luup is limited to run in a scene only once every 3seconds (variable time)?
require “ircommand”
ircommand.lgonoff()
[quote=“PrincessCleavage”]Hi there,
I have a noob question:
Is it possible to limit luup execution for xyz seconds e.g the following luup is limited to run in a scene only once every 3seconds (variable time)?
require “ircommand”
ircommand.lgonoff()[/quote]
I found my answer here
http://forum.micasaverde.com/index.php/topic,18679.msg148510.html#msg148510
