logantgt / harmony-span

A Node.JS application that allows you to trigger external webhooks from your Logitech Harmony Hub and compatible remotes.
MIT License
27 stars 14 forks source link

Suggested default config.json #17

Open ourcontact opened 4 years ago

ourcontact commented 4 years ago

config.json could be improved for easier manual edit and readability, suggest:

{"Buttons":[ {"label":"Home Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"FF Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Rew Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Play Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Select Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Up Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Down Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Left Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Right Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Back Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Replay Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Info Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Del Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Search Integration", "url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Enter Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}]}