650蓝牙协议更新

This commit is contained in:
liub
2025-08-05 13:14:22 +08:00
parent a3865e2f26
commit b3c0b74628
14 changed files with 4394 additions and 206 deletions

26
node_modules/paho-mqtt/package.json generated vendored Normal file
View File

@ -0,0 +1,26 @@
{
"name": "paho-mqtt",
"version": "1.1.0",
"description": "Eclipse Paho JavaScript MQTT client for Browsers",
"main": "paho-mqtt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse/paho.mqtt.javascript.git"
},
"keywords": [
"mqtt",
"paho",
"eclipse",
"iot",
"m2m"
],
"author": "Andrew Banks (Initial Author)",
"license": "EPL-1.0",
"bugs": {
"url": "https://github.com/eclipse/paho.mqtt.javascript/issues"
},
"homepage": "https://github.com/eclipse/paho.mqtt.javascript#readme"
}