You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python -m aiocomfoconnect set-mode auto --host 192.168.1.213
25
26
$ python -m aiocomfoconnect set-speed medium --host 192.168.1.213
26
27
$ python -m aiocomfoconnect set-speed high --host 192.168.1.213
27
28
@@ -140,7 +141,7 @@ if __name__ == "__main__":
140
141
141
142
### Decode network traffic
142
143
143
-
You can use the `scripts/decode_pcap.py` file to decode network traffic between the Mobile App and the ComfoConnect LAN C.
144
+
You can use the `scripts/decode_pcap.py` file to decode network traffic between the Mobile App and the ComfoConnect LAN C.
144
145
Make sure that the first TCP session in the capture is the connection between the bridge and the app. It's therefore recommended to start the capture before you open the app.
0 commit comments