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