File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,6 +257,11 @@ message NodeTelemetryEntry {
257257 DeviceMetrics device_metrics = 2 ;
258258}
259259
260+ message NodeEnvironmentEntry {
261+ uint32 num = 1 ;
262+ EnvironmentMetrics environment_metrics = 2 ;
263+ }
264+
260265message NodeStatusEntry {
261266 uint32 num = 1 ;
262267 StatusMessage status = 2 ;
@@ -280,6 +285,8 @@ message NodeDatabase {
280285 repeated NodePositionEntry positions = 3 [(nanopb).callback_datatype = "std::vector<meshtastic_NodePositionEntry>" ];
281286 repeated NodeTelemetryEntry telemetry = 4 [(nanopb).callback_datatype = "std::vector<meshtastic_NodeTelemetryEntry>" ];
282287 repeated NodeStatusEntry status = 5 [(nanopb).callback_datatype = "std::vector<meshtastic_NodeStatusEntry>" ];
288+ repeated NodeEnvironmentEntry environment = 6
289+ [(nanopb).callback_datatype = "std::vector<meshtastic_NodeEnvironmentEntry>" ];
283290}
284291
285292/*
You can’t perform that action at this time.
0 commit comments