Closed MarBra closed 3 years ago
Thanks @MarBra There is just a little remark about running updates after up/down commands.
Thanks for the review @scarface-4711 I have added the update call to the generic set command. Is this OK for you or shall I add it to the methods itself?
Thanks @MarBra There is just a little remark about running updates after up/down commands.
Thanks for the review @scarface-4711 I have added the update call to the generic set command. Is this OK for you or shall I add it to the methods itself?
@MarBra I would prefer it just in the up/down methods themselves, that the update method is just called when it is absolutely neccessary. This follows the way the other interfaces are designed.
Thanks @MarBra There is just a little remark about running updates after up/down commands.
Thanks for the review @scarface-4711 I have added the update call to the generic set command. Is this OK for you or shall I add it to the methods itself?
@MarBra I would prefer it just in the up/down methods themselves, that the update method is just called when it is absolutely neccessary. This follows the way the other interfaces are designed.
Alright 👍 Just pushed a new commit.
thank you 😄
I have added treble_up, treble_down, bass_up, bass_down and a update_tonecontrol method.