Class: BuildingSync::VentilationControlMethod

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

Overview

Constant Summary collapse

CO2Sensors =
new("CO2 Sensors")
Fixed =
new("Fixed")
OccupancySensors =
new("Occupancy Sensors")
Other =
new("Other")
Scheduled =
new("Scheduled")
Unknown =
new("Unknown")