@martyndevries/xiaomi-miio 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# xiaomi-miio
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@martyndevries/xiaomi-miio)
|
|
4
|
+
[](https://www.npmjs.com/package/@martyndevries/xiaomi-miio)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](https://github.com/mvdevries/xiaomi-miio/blob/main/LICENSE)
|
|
7
|
+
[](https://github.com/mvdevries/xiaomi-miio/actions)
|
|
8
|
+
[](https://github.com/mvdevries/xiaomi-miio/security/code-scanning)
|
|
9
|
+
[](https://codecov.io/gh/mvdevries/xiaomi-miio)
|
|
10
|
+
[](https://libraries.io/npm/@martyndevries%2Fxiaomi-miio)
|
|
11
|
+
[](https://github.com/semantic-release/semantic-release)
|
|
12
|
+
|
|
3
13
|
Zero-dependency Node.js TypeScript library for communicating with Xiaomi devices via the miIO protocol.
|
|
4
14
|
|
|
5
15
|
miIO is Xiaomi's local LAN protocol used by many devices (fans, lamps, etc.) for discovery and command/control.
|