Skip to content

Commit 490d012

Browse files
authored
Add the user_string to HostMetrics (#686)
1 parent 4eb0aeb commit 490d012

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meshtastic/telemetry.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@ message HostMetrics {
383383
* Host system fifteen minute load in 1/100ths
384384
*/
385385
uint32 load15 = 8;
386+
387+
/*
388+
* Optional User-provided string for arbitrary host system information
389+
* that doesn't make sense as a dedicated entry.
390+
*/
391+
optional string user_string = 9;
386392
}
387393

388394

0 commit comments

Comments
 (0)