Class: BuildingSync::ControlTechnology

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

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")