Library of Functions


Description


Terminates all running instances of a given scene.

Usage and Arguments


fibaro:killScenes(sceneID)

  • sceneID : The identification number of the scene which will be terminated.

Returned Values


None.

Examples


-- If the value of 'a' is between 1 and 5, then
-- terminate all instances of scene id = 2
if (a >= 1 and a <= 5) then
  fibaro:killScenes(2)
end

See Also


fibaro:startScene
fibaro:countScenes