Add additional examples to readme

This commit is contained in:
up-n-atom
2023-09-15 16:05:48 -04:00
committed by GitHub
parent fdd0032be5
commit dbc7ab2c6a
+4
View File
@@ -30,4 +30,8 @@ python3 xmo-remote-client.py -a MD5 get-dns
python3 xmo-remote-client.py -a MD5 set-dns-servers -s 192.168.2.254 192.168.2.254
# Disable 5G and 2.4G radios
python3 xmo-remote-client.py -a MD5 disable-wifi-radios -r RADIO5G -r RADIO2G4
# Enable advanced DMZ
python3 xmo-remote-client.py -a MD5 enable-advanced-dmz
# Disable advanced DMZ
python3 xmo-remote-client.py -a MD5 set-value --path "Device/Services/BellNetworkCfg/AdvancedDMZ/Enable" --value False
```