bbtinkerer / LircNodeJsWeb

Web interface to LIRC using Node.js. Create a universal remote and control your devices from the browser.
GNU General Public License v3.0
52 stars 18 forks source link

ALT_ prefix not working. #3

Closed fujiman3 closed 5 years ago

fujiman3 commented 5 years ago

Really good project works brilliantly until I try the ALT_device_KEY_keyname. I get an internal server error 500. The code I use is: div#ALT_LG_KEY_VOLDOWN.col-xs-4.col-sm-4.col-md-4.col-lg-4.btn.btn-default.text-center span.glyphicon.glyphicon-volume-down

The KEY_VOLDOWN does work on its own.

Any assistance will be most appreciated. I apologise if I've missed something obvious. Thank you in advance.

fujiman3 commented 5 years ago

I did miss something, the remote name was wrong duhhh. All is working now. Cheers.