1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00

update to new btleplug and adjust api to listen for all sensors

This commit is contained in:
Robin Appelman 2020-12-12 13:57:00 +01:00
commit 2d673c48fa
6 changed files with 76 additions and 184 deletions

View file

@ -1,13 +1,13 @@
[package]
name = "mitemp"
version = "0.1.0"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
license = "MIT/Apache-2.0"
[dependencies]
btleplug = { version = "0.4.0", git = "https://github.com/icewind1991/btleplug", branch = "merged" }
btleplug = { version = "0.5.0", git = "https://github.com/icewind1991/btleplug", branch = "store-service-data" }
num_enum = "0.4.2"
[dev-dependencies]