Table of Contents

Enum ProductType

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Classifies a device as an actuator, a sensor, or unknown.

public enum ProductType

Fields

Actuator = 1

The device can receive commands and perform physical actions (e.g. a roller shutter motor).

Sensor = 2

The device reports measured state values (e.g. a temperature sensor).

Unknown = 0

Device type is not known.