17 lines
546 B
C
17 lines
546 B
C
#ifndef INCLUDE_DI_CONSTANTS_RPC_CRM_H_
|
|
#define INCLUDE_DI_CONSTANTS_RPC_CRM_H_
|
|
|
|
#define DI_RPC_CRM_DEVICE_TYPE_ENUM 12U
|
|
#define DI_RPC_CRM_DEVICE_TYPE_LABEL "crm-3000"
|
|
#define DI_RPC_CRM_DEVICE_API_REVISION 1U
|
|
|
|
enum di_rpc_uid_crm_sensor {
|
|
DI_RPC_UID_CRM_SENSOR_TEMPERATURE1 = 100U,
|
|
DI_RPC_UID_CRM_SENSOR_TEMPERATURE2 = 101U
|
|
};
|
|
|
|
#define DI_RPC_LABEL_CRM_SENSOR_TEMPERATURE1 "temperature1"
|
|
#define DI_RPC_LABEL_CRM_SENSOR_TEMPERATURE2 "temperature2"
|
|
|
|
#endif /* INCLUDE_DI_CONSTANTS_RPC_CRM_H_ */
|