alexbain / lirc_web

Control LIRC from the web using NodeJS and lirc_node
125 stars 60 forks source link

Add command and remote labels to config to support LIRC namespaces #12

Closed elysion closed 10 years ago

elysion commented 10 years ago

Earlier implementation showed remote and button names in the form they were in lircd.conf. In LIRC configuration guide (http://www.lirc.org/html/configuration-guide.html#appendix-4) it is advised that standard key symbols are used in the configuration file. Because this is not the best format for readability it is useful to be able to specify a key symbol to label mapping in the configuration file.

An example on how to use the labels can be found in test/fixtures/config.json.

alexbain commented 10 years ago

Awesome! This works great, thanks for adding this functionality.