Skip to content

Commit

Permalink
text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Apr 13, 2020
1 parent 2d7f158 commit 581ee79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,14 @@
},
"getCurrentDoorState": {
"type": "string",
"description": "Topic used to notify mqttthing of 'current door state'",
"description": "Topic used to notify mqttthing of 'current door state' (from 'door current values'). Use either 'current door state' or 'door moving'.",
"condition": {
"functionBody": "return ['garageDoorOpener','lockManagement'].includes(model.type);"
}
},
"getDoorMoving": {
"type": "string",
"description": "Topic used to notify mqttthing where or not the door is moving (as a simpler alternative to getCurrentDoorState)",
"description": "Topic used to notify mqttthing whether or not the door is moving (as a simpler alternative to getCurrentDoorState). Use either 'current door state' or 'door moving'.",
"condition": {
"functionBody": "return ['garageDoorOpener'].includes(model.type);"
}
Expand Down Expand Up @@ -1000,7 +1000,7 @@
},
"getTargetDoorState": {
"type": "string",
"description": "Topic used to notify mqttthing of 'target door state'",
"description": "Topic used to notify mqttthing of 'target door state' (for external door control)",
"condition": {
"functionBody": "return ['garageDoorOpener'].includes(model.type);"
}
Expand Down Expand Up @@ -1578,6 +1578,8 @@
"topics.getCoolingThresholdTemperature",
"topics.setCoolingThresholdTemperature",
"topics.getCurrentAmbientLightLevel",
"topics.setTargetDoorState",
"topics.getTargetDoorState",
"topics.getCurrentDoorState",
"topics.getDoorMoving",
"topics.getCurrentHeaterCoolerState",
Expand Down Expand Up @@ -1616,8 +1618,6 @@
"topics.getSulphurDioxideDensity",
"topics.setSwingMode",
"topics.getSwingMode",
"topics.setTargetDoorState",
"topics.getTargetDoorState",
"topics.setTargetHeaterCoolerState",
"topics.getTargetHeaterCoolerState",
"topics.setTargetHeatingCoolingState",
Expand Down

0 comments on commit 581ee79

Please sign in to comment.