Is it possible to do:
more then 2 but less then 10 minutes. I don't know how to code if it is possible....
Code: Select all
if (domoticz.devices(iPhone).lastUpdate.minutesAgo > 2 and < 10)Moderator: leecollings
Code: Select all
if (domoticz.devices(iPhone).lastUpdate.minutesAgo > 2 and < 10)Code: Select all
if (domoticz.devices(iPhone).lastUpdate.minutesAgo > 2 and domoticz.devices(iPhone).lastUpdate.minutesAgo < 10)Users browsing this forum: No registered users and 1 guest