This Action will change your Withings Home camera mode. To get more information about camera modes, you can go to your app Control Center.
    
    
    
      - API endpoint slug
 
      - withingshome.changemode
 
        - Filter code method
 
        - Withingshome.changemode.skip(string?: reason)
 
        - Runtime method
 
        - runAction("withingshome.changemode", {})
 
    
  
  
  
    Action fields
        
          
          
              - Label
 
              - Which camera?
 
            - Slug
 
            - device
 
            - Required
 
            - true
 
            - Can have default value
 
            - false
 
          
         
        
          
          
              - Label
 
              - Which camera mode?
 
            - Slug
 
            - mode
 
            - Required
 
            - true
 
            - Can have default value
 
            - true
 
              - Filter code method
 
              - Withingshome.changemode.setMode(string: mode)