Skip to content

Commit

Permalink
Added non-controllable mode range toggle property
Browse files Browse the repository at this point in the history
  • Loading branch information
jsetton committed Dec 3, 2019
1 parent 0c57fc6 commit 99b6480
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions validation_schemas/alexa_smart_home_message_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,9 @@
{
"type": "boolean"
},
"nonControllable": {
"type": "boolean"
},
"readOnly":{
"type": "boolean"
}
Expand Down Expand Up @@ -2236,6 +2239,9 @@
"retrievable": {
"type": "boolean"
},
"nonControllable": {
"type": "boolean"
},
"readOnly":{
"type": "boolean"
}
Expand Down Expand Up @@ -2395,6 +2401,9 @@
"retrievable": {
"type": "boolean"
},
"nonControllable": {
"type": "boolean"
},
"readOnly":{
"type": "boolean"
}
Expand Down

0 comments on commit 99b6480

Please sign in to comment.