meshtastic-protobuf/environmental_measurement.p...

10 wiersze
214 B
Protocol Buffer

syntax = "proto3";
option go_package = "github.com/meshtastic/gomeshproto";
message EnvironmentalMeasurement {
float temperature = 1;
float relative_humidity = 2;
float barometric_pressure = 3;
}