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 } }