blob: 9a34f755b8545718d10049a33a61dbc0714a6cc8 [file] [log] [blame] [edit]
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;
}