xiaomi-mijia-thermometer
Version:
Discover and read data from Xiaomi Mijia Bluetooth Thermometer 2 (aka LYWSD03MMC)
32 lines (31 loc) • 799 B
JSON
{
"name": "xiaomi-mijia-thermometer",
"version": "1.0.5",
"description": "Discover and read data from Xiaomi Mijia Bluetooth Thermometer 2 (aka LYWSD03MMC)",
"author": "Jipema",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jipema/xiaomi-mijia-thermometer"
},
"keywords": [
"xiaomi",
"mijia",
"bluetooth",
"thermometer",
"raspberry",
"mac",
"noble",
"domotic",
"nodejs"
],
"main": "XiaomiMijiaThermometer.js",
"scripts": {
"start": "node example.js",
"test": "echo \"No test specified yet, sorry about that.\" && exit 0"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-5"
}
}