Class: BuildingSync::ControlTechnology
- Inherits:
-
String
- Object
- String
- BuildingSync::ControlTechnology
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ControlTechnology
Constant Summary collapse
- AlwaysOn =
new("Always On")
- EMCS =
new("EMCS")
- ManualAnalogThermostat =
new("Manual Analog Thermostat")
- ManualDigitalThermostat =
new("Manual Digital Thermostat")
- ManualOnOff =
new("Manual On/Off")
- None =
new("None")
- Other =
new("Other")
- ProgrammableThermostat =
new("Programmable Thermostat")
- Timer =
new("Timer")
- Unknown =
new("Unknown")