mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user