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 Oct 7, 2019
1 parent 65721ae commit 4bd8d4a
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 4bd8d4a

Please sign in to comment.