update API descriptions

This commit is contained in:
Sebastian Thiel
2020-07-10 09:11:32 +08:00
parent b6ee34dcff
commit 69fb05c4e1
271 changed files with 82506 additions and 23249 deletions

View File

@@ -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": {