Change has_bluetooth_proxy to a version (#264)

This commit is contained in:
Jesse Hills 2022-09-30 14:51:03 +13:00 committed by GitHub
parent 2103a7467a
commit 527420464d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 207 additions and 207 deletions

View File

@ -203,7 +203,7 @@ message DeviceInfoResponse {
uint32 webserver_port = 10;
bool has_bluetooth_proxy = 11;
uint32 bluetooth_proxy_version = 11;
}
message ListEntitiesRequest {

File diff suppressed because one or more lines are too long

View File

@ -106,7 +106,7 @@ class DeviceInfo(APIModelBase):
project_name: str = ""
project_version: str = ""
webserver_port: int = 0
has_bluetooth_proxy: bool = False
bluetooth_proxy_version: int = 0
class EntityCategory(APIIntEnum):