andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

rename buttons #54

Closed TrevorThebe closed 7 years ago

TrevorThebe commented 7 years ago

Hello,

Thank you very much for a great project. I am a designer with no coding knowledge but trying to learn as much as I can. I have enjoyed working with this project but need to rename my buttons. Thanks again and for a lovely project.

andrewshilliday commented 7 years ago

Thanks Trevor.

You can rename your buttons by changing them in the config.json file. If you look towards the bottom of the file, you see lines like:

"name" : "LEFT", and "name" : "RIGHT",

You can change LEFT and RIGHT to be whatever you want. That is what it will display in the web app.