Skip to content

Commit

Permalink
chore: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 17, 2024
1 parent 357111d commit f159ef6
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 4 deletions.
Binary file modified assets/starlink.protoset
Binary file not shown.
2 changes: 1 addition & 1 deletion generated/GPBMetadata/Spacex/Api/Device/Device.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generated/GPBMetadata/Spacex/Api/Device/WifiConfig.php

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 41 additions & 1 deletion generated/SpaceX/API/Device/WifiConfig/Network.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generated/SpaceX/API/Satellites/Network/UtDisablementCode.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/spacex/api/device/device.proto
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ message AlignmentStats {
ROAM_RESTRICTED = 10;
UNKNOWN_LOCATION = 11;
ACCOUNT_DISABLED = 12;
UNSUPPORTED_VERSION = 13;
}
}

Expand Down
1 change: 1 addition & 0 deletions proto/spacex/api/device/wifi_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ message Network {
optional bool internal = 1013 [json_name="internal"];
optional uint32 vlan = 1014 [json_name="vlan"];
optional .SpaceX.API.Device.CaptivePortal captive_portal = 1024 [json_name="captivePortal"];
optional uint32 network_groups = 1026 [json_name="networkGroups"];
}

enum Security {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum UtDisablementCode {
ROAM_RESTRICTED = 10;
UNKNOWN_LOCATION = 11;
ACCOUNT_DISABLED = 12;
UNSUPPORTED_VERSION = 13;
}

enum AccountDisablementReason {
Expand Down

0 comments on commit f159ef6

Please sign in to comment.