mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
d5e9be5abb
Completion code 203 on a sensor reading means the sensor is not present, which is expected of an optional device, but the check for it sat after a call that raises first, so one absent sensor ended the whole sensor sweep. _supports_standard_ipv6 read rsp['code'] the same way, so it could only ever answer True; a platform without the standard parameters raised instead. A completion code is that platform's answer, while a timeout or a lost session is not and must not be cached as one. raw_command's docstring still described itself as the other call it was renamed from, which is how these checks came to be written against the wrong contract.