MiPlusServer
MiPlusServer copied to clipboard
MiHomePlus 的服務器
MiPlusServer
關聯項目:
https://github.com/qoli/MiHomePlus
Step
- new config.js base config template.
- node app.js
- goto /setting update MiHomePlus setting.
Config 模板
如果不需要 TelegramBot 把 tgbot 設定為 false 即可。
module.exports = {
tgbot: true,
token: "",
adminChatID: "0"
}
Sync
rsync -avzP --exclude "node_modules" --delete ~/Documents/Web/MiPlusServer/ [email protected]:/root/MiPlusServer