| 125 | } |
| 126 | |
| 127 | std::string CoilHeatingDXMultiSpeed_Impl::defrostStrategy() const { |
| 128 | boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostStrategy, true); |
| 129 | OS_ASSERT(value); |
| 130 | return value.get(); |
| 131 | } |
| 132 | |
| 133 | std::string CoilHeatingDXMultiSpeed_Impl::defrostControl() const { |
| 134 | boost::optional<std::string> value = getString(OS_Coil_Heating_DX_MultiSpeedFields::DefrostControl, true); |