// Autogenerated C header file for Light bulb
#ifndef _JACDAC_SPEC_LIGHT_BULB_H
#define _JACDAC_SPEC_LIGHT_BULB_H 1

#define JD_SERVICE_CLASS_LIGHT_BULB  0x1cab054c

/**
 * Read-write ratio u0.16 (uint16_t). Indicates the brightness of the light bulb. Zero means completely off and 0xffff means completely on.
 * For non-dimmable lights, the value should be clamp to 0xffff for any non-zero value.
 */
#define JD_LIGHT_BULB_REG_BRIGHTNESS JD_REG_INTENSITY

/**
 * Constant bool (uint8_t). Indicates if the light supports dimming.
 */
#define JD_LIGHT_BULB_REG_DIMMABLE 0x180

#endif
