From 328ebe76adb06128d12547ed70107fb841aebf4e Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 19 Nov 2019 16:13:51 -0800 Subject: [PATCH] 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 --- google/home/graph/v1/device.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/home/graph/v1/device.proto b/google/home/graph/v1/device.proto index c6c50cda..bf090525 100644 --- a/google/home/graph/v1/device.proto +++ b/google/home/graph/v1/device.proto @@ -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