Skip to content

Commit

Permalink
fix(smartdevicemanagement): update the api
Browse files Browse the repository at this point in the history
#### smartdevicemanagement:v1

The following keys were changed:
- resources.enterprises.resources.devices.methods.executeCommand.scopes (Total Keys: 1)
- resources.enterprises.resources.devices.methods.get.scopes (Total Keys: 1)
- resources.enterprises.resources.devices.methods.list.scopes (Total Keys: 1)
- resources.enterprises.resources.structures.methods.get.scopes (Total Keys: 1)
- resources.enterprises.resources.structures.methods.list.scopes (Total Keys: 1)
- resources.enterprises.resources.structures.resources.rooms.methods.get.scopes (Total Keys: 1)
- resources.enterprises.resources.structures.resources.rooms.methods.list.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 18, 2022
1 parent b1c67c8 commit f7cc8d2
Showing 1 changed file with 8 additions and 18 deletions.
Expand Up @@ -4,9 +4,6 @@
"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"
}
}
}
Expand Down Expand Up @@ -137,8 +134,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
},
"get": {
Expand All @@ -163,8 +159,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1Device"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
},
"list": {
Expand Down Expand Up @@ -205,8 +200,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListDevicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
}
}
Expand Down Expand Up @@ -235,8 +229,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1Structure"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
},
"list": {
Expand Down Expand Up @@ -277,8 +270,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListStructuresResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
}
},
Expand Down Expand Up @@ -307,8 +299,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1Room"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
},
"list": {
Expand Down Expand Up @@ -344,8 +335,7 @@
"$ref": "GoogleHomeEnterpriseSdmV1ListRoomsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/sdm.service",
"https://www.googleapis.com/auth/sdm.thermostat.service"
"https://www.googleapis.com/auth/sdm.service"
]
}
}
Expand All @@ -355,7 +345,7 @@
}
}
},
"revision": "20220916",
"revision": "20221009",
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
"schemas": {
"GoogleHomeEnterpriseSdmV1Device": {
Expand Down

0 comments on commit f7cc8d2

Please sign in to comment.