Library of Functions


Description


Starts an instance of a given scene.

Usage and Arguments


fibaro:startScene(sceneID)

  • sceneID: The number of the scene which is to be started.

Returned Values


None.

Examples


-- If the value of 'a' is greater than 20, run the scene with id = 10
if (a > 20) then
  fibaro:startScene(10)
end

See Also


fibaro:countScenes
fibaro:killScenes