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 
        
          
          
              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 
           
         
        
          
          
              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.setScene To Select(string: scene_to_select) 
           
         
        
          
          
              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.setScene State(string: scene_state)