Omschrijving

Sluit alle instanties van een scene af.

Gebruik en Argumenten

fibaro:killScenes(sceneID)

  • sceneID: het ID nummer van een scene die afgesloten moet worden

Waarden die teruggeven worden

Geen

Voorbeeld

-- 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