forked from platypush/platypush
Fixed schema reference.
This commit is contained in:
parent
20f3eaf375
commit
0e11bbeb05
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ print(json.dumps(config))
|
||||||
Scan the available networks.
|
Scan the available networks.
|
||||||
|
|
||||||
:param kwargs: Parameters to pass to :meth:`platypush.plugins.esp.EspPlugin.execute`.
|
:param kwargs: Parameters to pass to :meth:`platypush.plugins.esp.EspPlugin.execute`.
|
||||||
:return: .. schema:: esp.WifiScanResult(many=True)
|
:return: .. schema:: esp.WifiScanResultSchema(many=True)
|
||||||
"""
|
"""
|
||||||
code = '''
|
code = '''
|
||||||
import network
|
import network
|
||||||
|
|
Loading…
Reference in a new issue