From 7cc1e7d3b157da517337eec42a8d273a72b67940 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 25 Feb 2024 07:57:18 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16a0e4f..f55069c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)] - Voltage </details> + <details><summary>FRITZ!DECT 301/302</summary> - App lock @@ -35,6 +36,14 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)] </details> +<details><summary>FRITZ!DECT 350</summary> + +- Battery +- Device status +- Sensor + +</details> + <details><summary>FRITZ!DECT 440</summary> - Battery @@ -69,6 +78,7 @@ This packages is based on the werk by [MaximilianClemens](https://github.com/Max | Energy, Power, Voltage | fritzbox_smarthome_power_meter.py | shows electrical energy, electrical power and voltage | | Humidity | fritzbox_smarthome_humidity.py | shows the relative humidity | | Power Socket | fritzbox_smarthome_power_socket.py | shows the status of a switchable power socket | +| Sensor | fritzbox_smarthome_sensor.py | shows the status of a sensor (open/closed) | | Switch | fritzbox_smarthome_switch.py | shows the status of a simple switch (on/off) | | Temperature | fritzbox_smarthome_temperature.py | shows the temperature and offset of a temperature sensor | | Thermostat | fritzbox_smarthome_thermostat.py | shows the working states of a thermostat (radiator controller) | -- GitLab