mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 09:44:36 +00:00
Move configuration file
Configuration file should not be versioned, let's give an example one to copy. Signed-off-by: Gérondal Thibault <contact@tycale.be>
This commit is contained in:
@@ -21,6 +21,12 @@ Ignore all Warnings.
|
||||
|
||||
This involves MIM of the connection. Instructions can be found here: https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md
|
||||
|
||||
Create your configuration file:
|
||||
```
|
||||
cp config.json.sample config.json
|
||||
nano config.json // edit the configuration file
|
||||
```
|
||||
|
||||
Start command
|
||||
```
|
||||
node tuya-mqtt.js
|
||||
|
||||
Reference in New Issue
Block a user