照明のオンやオフを行う
Developer info
- API endpoint slug
 - Ratoc_remocon.lightoperate
 - Filter code method
 - RatocRemocon.lightoperate.skip(string?: reason)
 - Runtime method
 - runAction("Ratoc_remocon.lightoperate", {})
 
Action fields
Lightaddress Dropdown list
- Label
 - 照明の指定
 - Helper text
 - 操作する照明を指定
 - Slug
 - lightaddress
 - Required
 - true
 - Can have default value
 - false
 
Lightcommand Dropdown list
- Label
 - 照明の操作
 - Helper text
 - オフ・オン・明るく・暗くの操作を選択
 - Slug
 - lightcommand
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - RatocRemocon.lightoperate.setLightcommand(string: lightcommand)
 
