Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -4,6 +4,9 @@
"scopes": {
"https://www.googleapis.com/auth/sdm.service": {
"description": "See and/or control the devices that you selected"
},
"https://www.googleapis.com/auth/sdm.thermostat.service": {
"description": "See and control the Nest thermostats that you select"
}
}
}
@@ -134,7 +137,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
},
"get": {
@@ -159,7 +163,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1Device"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
},
"list": {
@@ -200,7 +205,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListDevicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
}
}
@@ -229,7 +235,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1Structure"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
},
"list": {
@@ -270,7 +277,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListStructuresResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
}
},
@@ -299,7 +307,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1Room"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
},
"list": {
@@ -335,7 +344,8 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListRoomsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service"
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
]
}
}
@@ -345,7 +355,7 @@
}
}
},
"revision": "20210319",
"revision": "20220302",
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
"schemas": {
"GoogleHomeEnterpriseSdmV1Device": {