Kacper Stasik

Results 6 comments of Kacper Stasik

https://github.com/aholstenson/miio/pull/277

Please let me know if you know better way to fix this race condition.

I used original: https://github.com/seikan/homebridge-mi-air-purifier ``` { "accessory": "MiAirPurifier", "name": "Air Purifier 3 Living Room", "ip": "ip address", "token": "value", "showTemperature": true, "showHumidity": true, "showAirQuality": true } ``` I used this...

IMO integer format should be enforced only for integers - not floating point numbers. Taking your approach we would convert threshold of `1.0` to `1` in case of floats. I...

I'm currently working on schema-tools-templates repository. I will close this ticket when it's ready (hopefully mid December). It will contain templates for: - rust reqwest based client (async) - rust...

templates repository: https://github.com/kstasik/schema-tools-templates/tree/feature/simple-rust-codegen sample application codegen run: https://github.com/kstasik/schema-tools-templates/runs/4826892983?check_suite_focus=true#step:4:26 sample application: https://github.com/kstasik/schema-tools-templates/blob/feature/simple-rust-codegen/tests/rust/