SkillAgentSearch skills...

Smartconfigjs

No description available

Install / Use

/learn @liuzhangping/Smartconfigjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

smartconfigjs

Pure javascript implementation version of SmartConfig(ESPTouch).

Usage:

const { execute } = require('smartconfigjs')
const apSsid = 'your SSID'
const apBssid = 'your bssid'
const apPwd = 'your password'
const ip = 'your ip'

const res = await execute(apSsid, apBssid, apPwd, ip, false)
console.log('res: ' + JSON.stringify(res, null, 4))

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated8mo ago
Forks2

Languages

JavaScript

Security Score

57/100

Audited on Jul 18, 2025

No findings