Skip to content

Commit

Permalink
feat: add "self hosted server" device type (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Sep 2, 2024
1 parent cf89ad7 commit 3d2c65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/deviceInfo/v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ message DeviceInfo_1 {
mobile = 1;
tablet = 2;
desktop = 3;
selfHostedServer = 4;
}

string name = 5;
Expand Down
1 change: 1 addition & 0 deletions schema/deviceInfo/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"mobile",
"tablet",
"desktop",
"selfHostedServer",
"UNRECOGNIZED"
],
"description": "Type of device"
Expand Down

0 comments on commit 3d2c65c

Please sign in to comment.