The LINE Notify Action Component is to send a notification via the LINENotify service (https://notify-bot.line.me/). It’s useful to notify people of information from sensors.
Component Properties
Name | Required | Description |
---|---|---|
Message | True | Message to be sent. You can set this message using Pre-Mapping, for example, using cp.Message = "The current temperature is"+cv.Payload+"°C" |
Timeout | True | Timeout (ms) |
LINENotify Token | False | LINENotify Token from the Base Property Profile |
Token | True | Token, if not taken from the Base Property Profile |