Any command sent with send_command could be invalid. It makes sense for that method to throw an exception if the command isn't recognized so I don't have to duplicate that effort in the methods for all commands introduced after firmware version 1.0. This commit moves the command validity checking to Sink.send_command.
|
|
||
67 |
|
67 |
|
68 |
|
68 |
|
69 |
|
69 |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
|
|
70 |
|
75 |
|
71 |
|
76 |
|
72 |
|
77 |
|
|
|
||
167 |
|
172 |
|
168 |
|
173 |
|
169 |
|
174 |
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
|
173 |
|
175 |
|
174 |
|
176 |
|
175 |
|
177 |
|