Adapter - Lightbar
This page describes version 2.0.10 of the adapter.
Overview
The Lightbar adapter is used to control various lightbar signal towers.
Currently supported devices:
- PATLITE LA models
This adapter requires the use of a proxy service that allows multiple signal towers to be connected to the system using a single lightbar adapter. This adapter service can be installed on the Integration Platform server or on a separate server that can host the docker.
If you require this proxy service please contact NEC Support.
Newer models of the PATLITE LA series also allow control by the Http Request adapter. Check your device's manual for a section on http control.
Properties
Name | Display | Is Required | Comments | Type | Default Value | Maximum Value | Minimum Value | Maximum Length | Minimum Length |
---|---|---|---|---|---|---|---|---|---|
serviceAddress | Lightbar controller service address | True | The address to connect to the lightbar controller service. | string | 1024 | 1 | |||
servicePort | Lightbar controller service port | True | The port to connect to the lightbar controller service. | integer | 60091 | 65535 | 1 | ||
serviceSsl | Use TLS | False | boolean | false | |||||
serviceSecretKey | Service Secret Key | False | The password for the lightbar controller service. | password | 1024 |
Commands
Light (light)
Send a command to a light
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
command | Command | The command to send to the device | True | string |
Light On (lighton)
Turn a light on
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
light | Light | The light to turn on | True | string |
timeout | Timeout | The number of seconds for the light to be on | False | string |
Light Off (lightoff)
Turn a light off
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
light | Light | The light to turn off | True | string |
Light Flash (lightflash)
Set a light to flashing
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
light | Light | The light to flash | True | string |
timeout | Timeout | The number of seconds for the light to flash | False | string |
Buzzer On (buzzeron)
Turn the buzzer on
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
pattern | Pattern | The buzzer pattern (1 or 2) | True | string |
timeout | Timeout | The number of seconds to leave the buzzer on | False | string |
Buzzer Off (buzzeroff)
Turn the buzzer off
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
deviceId | Device ID | The device id to send the command to | True | string |
Delay (delay)
Wait before continuing
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
delay | Delay | The number of seconds to delay (1 - 15) | True | string |
Release History
Version | Type | Description | Tracking # | Date |
---|---|---|---|---|
2.0.1 | Initial | First release in the Adapter Type store. | ||
2.0.5 | Maintenance | Updated third-party components and improved maintainability. | NAP-11518 | |
2.0.8 | Maintenance | Updated third-party components and improved maintainability. | NAP-23945 | 2022-11-29 |