diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-16 23:04:49 +0000 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-16 23:04:49 +0000 |
| commit | d399ef3df2ac08cfc6b58fa50abc3e4ad1cf4af6 (patch) | |
| tree | 01c17991a94409e04fc6ecad26de86e3b3aafd38 /tasmota-mqtt-client.py | |
| parent | 8ff27687d163423726f50f2a94fd59ac93cbb0b6 (diff) | |
| download | TasmotaCLI-d399ef3df2ac08cfc6b58fa50abc3e4ad1cf4af6.tar.gz TasmotaCLI-d399ef3df2ac08cfc6b58fa50abc3e4ad1cf4af6.zip | |
Added default MQTT
Diffstat (limited to 'tasmota-mqtt-client.py')
| -rw-r--r-- | tasmota-mqtt-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasmota-mqtt-client.py b/tasmota-mqtt-client.py index 849ae9d..c4be92a 100644 --- a/tasmota-mqtt-client.py +++ b/tasmota-mqtt-client.py @@ -61,7 +61,7 @@ parser.add_argument( "-m", "--mqtt-host", type = str, help = "MQTT Server", - required = True + default = "172.18.0.2", ) parser.add_argument( "-u", "--user", |
