Enum ProductType
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Classifies a device as an actuator, a sensor, or unknown.
public enum ProductType
Fields
Actuator = 1The device can receive commands and perform physical actions (e.g. a roller shutter motor).
Sensor = 2The device reports measured state values (e.g. a temperature sensor).
Unknown = 0Device type is not known.