19 lines
535 B
C
19 lines
535 B
C
#ifndef INCLUDE_DI_CONSTANTS_RPC_RVM_H_
|
|
#define INCLUDE_DI_CONSTANTS_RPC_RVM_H_
|
|
|
|
#include <di/constants/rpc/structures.h>
|
|
|
|
#define DI_RPC_RVM_DEVICE_TYPE_LABEL "rvm"
|
|
#define DI_RPC_RVM_DEVICE_API_REVISION 0U
|
|
|
|
enum di_rpc_uid_rvm_sensor {
|
|
DI_RPC_UID_RVM_SENSOR_VIBRATION_1 = 100,
|
|
DI_RPC_UID_RVM_SENSOR_VIBRATION_2 = 101,
|
|
};
|
|
|
|
#define DI_RPC_LABEL_RVM_SENSOR_VIBRATION_1 "rvm-vibration-sensor-1"
|
|
#define DI_RPC_LABEL_RVM_SENSOR_VIBRATION_2 "rvm-vibration-sensor-2"
|
|
|
|
|
|
#endif /* INCLUDE_DI_CONSTANTS_RPC_RVM_H_ */
|