mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update API descriptions
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20200407",
|
||||
"revision": "20200703",
|
||||
"rootUrl": "https://homegraph.googleapis.com/",
|
||||
"schemas": {
|
||||
"AgentDeviceId": {
|
||||
@@ -254,11 +254,11 @@
|
||||
"description": "Names given to this device by your smart home Action."
|
||||
},
|
||||
"notificationSupportedByAgent": {
|
||||
"description": "Indicates whether your smart home Action will report notifications\nto Google for this device via ReportStateAndNotification.\n\nIf your smart home Action enables users to control device notifications,\nyou should update this field and call RequestSyncDevices.",
|
||||
"description": "Indicates whether your smart home Action will report notifications\nto Google for this device via\nReportStateAndNotification.\n\nIf your smart home Action enables users to control device notifications,\nyou should update this field and call\nRequestSyncDevices.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"otherDeviceIds": {
|
||||
"description": "Alternate IDs associated with this device.\nThis is used to identify cloud synced devices enabled for\n[local\nexecution](https://developers.google.com/assistant/smarthome/concepts/local).",
|
||||
"description": "Alternate IDs associated with this device.\nThis is used to identify cloud synced devices enabled for [local\nfulfillment](https://developers.google.com/assistant/smarthome/concepts/local).",
|
||||
"items": {
|
||||
"$ref": "AgentOtherDeviceId"
|
||||
},
|
||||
@@ -284,7 +284,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"willReportState": {
|
||||
"description": "Indicates whether your smart home Action will report state of this device\nto Google via ReportStateAndNotification.",
|
||||
"description": "Indicates whether your smart home Action will report state of this device\nto Google via\nReportStateAndNotification.",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
@@ -460,7 +460,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"followUpToken": {
|
||||
"description": "Token to maintain state in the follow up notification response.",
|
||||
"description": "Token to maintain state in the follow up notification response.\nDeprecated. See the [notifications\nguide](https://developers.google.com/assistant/smarthome/develop/notifications)\nfor details on implementing follow up notifications.",
|
||||
"type": "string"
|
||||
},
|
||||
"payload": {
|
||||
|
||||
Reference in New Issue
Block a user