Change custom data type from String to google.protobuf.Struct to be consistent with other docs such as
https://developers.google.com/actions/smarthome/develop/process-intents#response_format PiperOrigin-RevId: 281402467
This commit is contained in:
parent
5af83f47b9
commit
328ebe76ad
|
|
@ -57,7 +57,7 @@ message Device {
|
|||
|
||||
// Custom JSON data provided by the manufacturer and attached to QUERY and
|
||||
// EXECUTE requests in AoG.
|
||||
string custom_data = 10;
|
||||
google.protobuf.Struct custom_data = 10;
|
||||
|
||||
// IDs of other devices associated with this device. This is used to
|
||||
// represent a device group (e.g. bonded zone) or "facets" synced
|
||||
|
|
|
|||
Loading…
Reference in New Issue