From 64d9701503a847df851bad8a8108c5265536e592 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 16 May 2025 23:56:46 +0200 Subject: [PATCH] Some minor changes for overall consistency --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95d5000..07cc3f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# tasmotonoff +# Tasmotonov -This is a very simple CLI script combined with a small GUI application which allows you to do turn on/off on multiple tasmota instances specified. +This is a very simple CLI script combined with a small GUI application which allows you to turn on or off multiple tasmota devices specified. ## Name @@ -8,7 +8,15 @@ This is a very simple CLI script combined with a small GUI application which all Maybe it's straightforward or obvious, but just for completeness: the name comes from 1. The direct bond to tasmota (written for its "API" if one can call the HTTP endpoints an API) -2. The ability to turn on and off tasmota devices +2. The ability to turn on and off tasmota devices ("on" and "off" pronounced directly one after the other sounds (a bit) like "onov") + + +## Dependencies + +The CLI script ([tasmotonov.py](tasmotonov.py)) relies on two libaries apart from python3's standard libraries: + +- `fqdn`: for validating the FQDN +- `requests`: for making the HTTP requests ## License