joopert / nad_receiver

python api to connect to NAD receivers
MIT License
12 stars 18 forks source link

Add value is not None check #52

Closed joopert closed 3 years ago

joopert commented 3 years ago

When no value is specified it gets None, but in line 76 we would convert the value to a string to send to the nad receiver ... so we are actually sending 'None'.