Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: interpret connected state correctly
The code assumed bool() would parse string values, which led to always connected devices. Now the comparison to true yields the correct results.
- Loading branch information