// Autogenerated C header file for Traffic Light
#ifndef _JACDAC_SPEC_TRAFFIC_LIGHT_H
#define _JACDAC_SPEC_TRAFFIC_LIGHT_H 1

#define JD_SERVICE_CLASS_TRAFFIC_LIGHT  0x15c38d9b

/**
 * Read-write bool (uint8_t). The on/off state of the red light.
 */
#define JD_TRAFFIC_LIGHT_REG_RED 0x80

/**
 * Read-write bool (uint8_t). The on/off state of the yellow light.
 */
#define JD_TRAFFIC_LIGHT_REG_YELLOW 0x81

/**
 * Read-write bool (uint8_t). The on/off state of the green light.
 */
#define JD_TRAFFIC_LIGHT_REG_GREEN 0x82

#endif
