tillbaks / node-eiscp

node module to interface with onkyo receivers (eiscp protocol)
MIT License
30 stars 49 forks source link

Option to disable command verification #7

Closed owagner closed 9 years ago

owagner commented 9 years ago

This change adds the option to disable command verification.

Rationale: Both the .yaml file AND the official Onkyo documentation lag behind current models (for example, latest 1.26 ISCP doc does not yet cover the NR535). For unknown models, NO high level commands are then available. By disabling this verification, it's then possible to send commands anyway. The worst that can happen is that the AVR sends an error. get_commands() etc. are unchanged.

Default behavior is verify_commands=true, so unchanged to previous behavior.

tillbaks commented 9 years ago

I could add you as contributor if you want