Library of Functions


Description


Pauses the running of a scene for a specified time in milliseconds.

Usage and Arguments


fibaro:sleep(time)

  • time: The time to wait – in milliseconds.

Returned Values


None.

Examples


-- Wait for 10 seconds
fibaro:sleep(10000)