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

16 lines
344 B

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