Compare commits

..

No commits in common. "231d95a0f745653da1fcefe7cca9d20daf4fa01e" and "9ed7c53b333c5f5409658f2b5421a87411c5d62f" have entirely different histories.

2 changed files with 5 additions and 18 deletions

5
addresses Normal file
View File

@ -0,0 +1,5 @@
192.168.30.69
192.168.30.71

View File

@ -1,23 +1,5 @@
#!/usr/bin/python3
"""
Tasmotonov - A very simple script which allows you to turn on/off (or toggle) multiple tasmota devices specified.
Copyright (C) 2025 Benjamin Burkhardt
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
import sys # for exiting with the correct exit code
import argparse # to parse the cli args!
import requests # needed to access the http endpoints