AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
MusaicMusaic

Recall home control scene

This Action will recall a home control scene that you have set up on your Musaic player. Setting a scene to "on" recalls that scene, setting a scene to "off" turns off all devices that are included in that scene.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will recall a home control scene that you have set up on your Musaic player. Setting a scene to "on" recalls that scene, setting a scene to "off" turns off all devices that are included in that scene.
API endpoint slug
musaic.recall_home_control_scene
Filter code method
Musaic.recallHomeControlScene.skip(string?: reason)
Runtime method
runAction("musaic.recall_home_control_scene", {})

Action fields

Room player Dropdown list

Label
Which room?
Helper text
The room (i.e. Musaic player) that you wish to tell to recall its home control scene.
Slug
room_player
Required
true
Can have default value
false

Scene to select Dropdown list

Label
Which scene?
Helper text
The home control scene stored on the Musaic player.
Slug
scene_to_select
Required
true
Can have default value
true
Filter code method
Musaic.recallHomeControlScene.setSceneToSelect(string: sceneToSelect)

Scene state Dropdown list

Label
Scene on or off?
Helper text
Whether a scene should be on (recalled) or off (turn off all lights associated with that scene).
Slug
scene_state
Required
true
Can have default value
true
Filter code method
Musaic.recallHomeControlScene.setSceneState(string: sceneState)