@kvaster/zwavejs-alert
v0.0.2
Published
zwavejs2mqtt plugin for simple alerting
Readme
Simple zwavejs2mqtt plugin for alerting through telegram.
You must configure plugin before use. For this you need to create config.js with following info:
const config = {
apiKey: 'TELEGRAM_BOT_API_KEY',
chatId: 'YOUR_CHAT_ID'
}
export default config;