We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32f40e8 + ae2f6b6 commit 5de5acdCopy full SHA for 5de5acd
docs/wifi.md
@@ -190,5 +190,5 @@ asyncio.run(main())
190
### Other Functions
191
192
* `ipv4` - returns the ipv4 address, shortcut for `if.ipconfig("addr4")[0]`
193
-* `ipvv6` - returns the ipv4 address, shortcut for `if.ipconfig("addr6")[0]`
194
-* `isconnected` - returns the connection status
+* `ipv6` - returns the first ipv6 address, shortcut for `if.ipconfig("addr6")[0][0]`
+* `isconnected` - returns the connection status
0 commit comments