node-matter
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "node-matter", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Matter protocol for node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,3 +22,3 @@ # node-matter | ||
```bash | ||
node-matter | ||
matter | ||
``` | ||
@@ -33,3 +33,3 @@ | ||
```bash | ||
node-matter -on "echo 255 > /sys/class/leds/led1/brightness" -off "echo 0 > /sys/class/leds/led1/brightness" | ||
matter -on "echo 255 > /sys/class/leds/led1/brightness" -off "echo 0 > /sys/class/leds/led1/brightness" | ||
``` | ||
@@ -68,5 +68,6 @@ | ||
*Provisioning the device*: click "provision with WiFi" > "Input Device address" > type IP address of the machine running node-matter | ||
*Controlling the device*: click "Light on/of" and you can control the light | ||
**Provisioning the device**: click "provision with WiFi" > "Input Device address" > type IP address of the machine running node-matter | ||
**Controlling the device**: click "Light on/of" and you can control the light | ||
## FAQ | ||
@@ -73,0 +74,0 @@ |
158224
54
3000
91