This action will change the global brightness of the projection
- API endpoint slug
- lightform_cloud.set_global_brightness
- Filter code method
- LightformCloud.setGlobalBrightness.skip(string?: reason)
- Runtime method
- runAction("lightform_cloud.set_global_brightness", {})
Action fields
- Label
- What is your device's serial number?
- Slug
- device_serial_number
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setGlobalBrightness.setDeviceSerialNumber(string: deviceSerialNumber)
- Label
- How bright?
- Slug
- brightness
- Required
- true
- Can have default value
- true
- Filter code method
- LightformCloud.setGlobalBrightness.setBrightness(string: brightness)