You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/IoTNode/DeviceServices/FBee/ClusterId.cs

19 lines
428 B

namespace IoTNode.DeviceServices.FBee
{
public enum ClusterId
{
Basic = 0x0000,
OnOff = 0x0006,
LevelControl=0x0008,
off = 0xfbee,
light = 0x0400,
alarm = 0x0500,
pm25 = 0x0415,
temperature = 0x0402,
humidity = 0x0405,
voltage = 0x0001,
socket = 0x0702,
ElectricityMeasurement = 0x0b04,
doorlock = 0x0101,
}
}