//------------------------------------------------------------------------------ // // This code was generated by a tool. // Tango Observables Generator // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. Do not modify! // //------------------------------------------------------------------------------ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.ComponentModel; namespace Tango.BL.Enumerations { public enum TechControllers { /// /// (Heater 2 Temperature) /// [Description("Heater 2 Temperature")] Heater2Temp = 1, /// /// (Blower Voltage) /// [Description("Blower Voltage")] BlowerVoltage = 2, /// /// (Heater 1 Temperature) /// [Description("Heater 1 Temperature")] Heater1Temp = 0, } }