文件名称:fritz-box:基于承诺JavaScript FRITZ!Box API
文件大小:47KB
文件格式:ZIP
更新时间:2024-05-24 21:42:13
home-automation router smarthome npm-package fritz-box
炸弹盒 基于承诺JavaScript FRITZ!Box API。 例子 基本的 import FritzBox from 'fritz-box' const box = new FritzBox ( { host : 'fritz.box' , password : '...' , username : '...' } ) const run = async ( ) => { await box . getSession ( ) const settings = await box . getGuestWLAN ( ) settings . active = true settings . ssid = 'Example!' await box . setGuestWLAN ( settings ) console . log ( await box . overvie
【文件预览】:
fritz-box-master
----source()
--------crypto.js(202B)
--------utilities.js(2KB)
--------index.js(6KB)
----yarn.lock(116KB)
----.npmignore(113B)
----license.md(1KB)
----.gitignore(81B)
----readme.md(4KB)
----package.json(1KB)