Skip to content

Commit

Permalink
add data only device_type
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Sep 30, 2024
1 parent 97ac10d commit e66e314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ message speedtest_ingest_report_v1 {
enum speedtest_verification_result {
speedtest_valid = 0;
speedtest_gateway_not_found = 1;
speedtest_data_only = 2;
}

message verified_speedtest {
Expand Down Expand Up @@ -411,6 +412,8 @@ enum heartbeat_validity {
heartbeat_validity_gateway_not_asserted = 10;
// heartbeat location is outside supported locations
heartbeat_validity_unsupported_location = 11;
//
heartbeat_validity_data_only = 12;
}

message seniority_update {
Expand Down

0 comments on commit e66e314

Please sign in to comment.