iomax / homebridge-mqttgaragedoor

Homebridge accessory plugin that create an HomeKit Garage Door Opener mapped on MQTT topics
Apache License 2.0
8 stars 9 forks source link

Spelling mistake in README.md #17

Closed mitchwd closed 3 years ago

mitchwd commented 4 years ago

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.