SensorType¶
Namespace: Database.EntityFramework.Enums
Represents the different types of sensors available in the system.
Inheritance Object → ValueType → Enum → SensorType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| temp | 0 | Temperature sensor. |
| spl | 1 | Sound pressure level sensor. |
| hum | 2 | Humidity sensor. |
| ikea | 3 | IKEA sensor. |
| co2 | 4 | CO2 sensor. |
| mic | 5 | Microphone sensor. |