There is broken json in the configuration code sample of README.md:
The following lines are missing commas at the end to be valid json:
"password": "PASSWORD OF THE BROKER","statusSet": "MQTT TOPIC TO SET THE DOOR OPENER","openValue": "OPTIONAL VALUE THAT MEANS OPEN (DEFAULT true)","closedValue": "OPTIONAL VALUE THAT MEANS CLOSED (DEFAULT true)",
This line has the closing bracket in the wrong spot: (it should be:)
"doorRunInSeconds": "OPEN/CLOSE RUN TIME IN SECONDS (DEFAULT 20)",
While not a major concern, it will probably trip up newbies.
There is broken json in the configuration code sample of README.md: The following lines are missing commas at the end to be valid json:
"password": "PASSWORD OF THE BROKER",
"statusSet": "MQTT TOPIC TO SET THE DOOR OPENER",
"openValue": "OPTIONAL VALUE THAT MEANS OPEN (DEFAULT true)",
"closedValue": "OPTIONAL VALUE THAT MEANS CLOSED (DEFAULT true)",
This line has the closing bracket in the wrong spot: (it should be:) "doorRunInSeconds": "OPEN/CLOSE RUN TIME IN SECONDS (DEFAULT 20)",
While not a major concern, it will probably trip up newbies.