switchkit 0.1.0

Vendor-neutral abstraction for smart-plug devices (Shelly, Tasmota).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "switchkit"
version = "0.1.0"
edition = "2024"
rust-version = "1.90"
authors = ["Ruben J. Jongejan <ruben.jongejan@gmail.com>"]
description = "Vendor-neutral abstraction for smart-plug devices (Shelly, Tasmota)."
license = "MIT"
repository = "https://github.com/rvben/switchkit"
homepage = "https://github.com/rvben/switchkit"
readme = "README.md"
keywords = ["tasmota", "shelly", "smart-home", "iot"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"