6.1.0 • Published 6 months ago

notify-wisenet v6.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Wisenet Notification Node

The Wisenet Notification Node connects to the Wisenet system's API to send notifications to devices connected to the Wisenet server. This node allows users to configure the server connection and send custom notifications, providing flexibility in device management.

Inputs

  • payload (string): The notification message to be sent to the device(s). If not provided, a default system status message will be sent.

Outputs

  • Standard output : The response from the Wisenet server, which includes a success message or the status of the action performed.
  • Standard error : The error message in case of failure, such as invalid device IDs or server connection issues.

Required Fields

Before using this module, ensure that the following fields are provided:

  • WISENET_SERVER_URL : The URL of the Wisenet server (e.g., https://172.16.12.10).
  • WISENET_SERVER_PORT : The port used by the Wisenet server (default: 7001).
  • WISENET_USERNAME : The username for accessing the Wisenet server.
  • WISENET_PASSWORD : The password for accessing the Wisenet server.
  • DEVICE_IDS (optional): A list of specific device IDs to target for notifications. If left empty, notifications will be sent to all connected devices.

Instructions

  • The WISENET_SERVER_URL and WISENET_SERVER_PORT can be obtained from the Wisenet server you wish to connect to.
  • The WISENET_USERNAME and WISENET_PASSWORD are set up through the Wisenet management interface and are required for authentication.
  • DEVICE_IDS is optional; if no device IDs are provided, notifications will be sent to all devices connected to the server.

Support & Contact:

For support or inquiries, please contact us at info@homesecurity.ch. Visit our website: https://www.homesecurity.ch/

6.1.0

6 months ago

6.0.0

6 months ago

5.0.0

6 months ago

4.0.0

6 months ago

3.0.0

6 months ago

2.0.0

6 months ago

1.0.0

6 months ago