| 226 | } |
| 227 | |
| 228 | void DaylightingControl_Impl::resetIlluminanceSetpoint() { |
| 229 | bool result = setString(OS_Daylighting_ControlFields::IlluminanceSetpoint, ""); |
| 230 | OS_ASSERT(result); |
| 231 | } |
| 232 | |
| 233 | bool DaylightingControl_Impl::setLightingControlType(const std::string& lightingControlType) { |
| 234 | bool result = setString(OS_Daylighting_ControlFields::LightingControlType, lightingControlType); |