readme
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
585547b920
commit
1dd1b17363
3 changed files with 10 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -50,7 +50,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "daikin_altherma"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"serde_json",
|
||||
"thiserror",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
workspace = { members = ["mytest"] }
|
||||
[package]
|
||||
name = "daikin_altherma"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Daikin Altherma Rust client
|
||||
|
||||
This project interfaces with Daikin Altherma LAN adapters (BRP069A61 BRP069A62).
|
||||
|
||||
This is a Rust port of the excellent [python-daikin-altherma](https://github.com/Frankkkkk/python-daikin-altherma)
|
||||
|
||||
|
||||
WIP
|
Loading…
Reference in a new issue