| edition = "2023"; | |
| package milotic_tlbmc; | |
| import "entity_common_config.proto"; | |
| // Config for an aggregated sensor device. | |
| // A single device config might generate multiple sensors. | |
| message RedfishAggregatedSensorConfig { | |
| string source = 1; | |
| string sensor_type = 2; | |
| string sensor_units = 3; | |
| string name = 4; | |
| EntityCommonConfig entity_common_config = 5; | |
| string aggregation_prefix = 6; | |
| } |