From 4bd8d4a1d769b1484fb99feab7f62208091db575 Mon Sep 17 00:00:00 2001 From: jsetton Date: Mon, 7 Oct 2019 19:42:25 -0400 Subject: [PATCH] Added non-controllable mode range toggle property --- validation_schemas/alexa_smart_home_message_schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/validation_schemas/alexa_smart_home_message_schema.json b/validation_schemas/alexa_smart_home_message_schema.json index b3574ba..8279043 100644 --- a/validation_schemas/alexa_smart_home_message_schema.json +++ b/validation_schemas/alexa_smart_home_message_schema.json @@ -2122,6 +2122,9 @@ { "type": "boolean" }, + "nonControllable": { + "type": "boolean" + }, "readOnly":{ "type": "boolean" } @@ -2236,6 +2239,9 @@ "retrievable": { "type": "boolean" }, + "nonControllable": { + "type": "boolean" + }, "readOnly":{ "type": "boolean" } @@ -2395,6 +2401,9 @@ "retrievable": { "type": "boolean" }, + "nonControllable": { + "type": "boolean" + }, "readOnly":{ "type": "boolean" }