Class: BuildingSync::ControlStrategyGeneralType

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

Overview

Constant Summary collapse

AlwaysOn =
new("Always On")
Aquastat =
new("Aquastat")
Astronomical =
new("Astronomical")
Chronological =
new("Chronological")
Demand =
new("Demand")
EMCS =
new("EMCS")
Manual =
new("Manual")
None =
new("None")
Other =
new("Other")
Programmable =
new("Programmable")
Timer =
new("Timer")
Unknown =
new("Unknown")