mirror of
https://codeberg.org/icewind/mitemp-prometheus.git
synced 2026-06-03 09:04:13 +02:00
allow listening to all sensors
This commit is contained in:
parent
e71ee4dc86
commit
b9bf4cea1b
3 changed files with 994 additions and 624 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mitemp-prometheus"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Expose Xiaomi MI Temperature and Humidity Sensor to prometheus"
|
||||
|
|
@ -11,5 +11,5 @@ dotenv = "0.15.0"
|
|||
main_error = "0.1.0"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
warp = "0.2"
|
||||
mitemp = { version = "0.1.0", git = "https://github.com/icewind1991/mitemp-rs" }
|
||||
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue