Skip to content

Signalinfo

The SignalInfo module provides information on the tuner signal status.

Methods

getInfo()

Retrieve information regarding the tuner signal status.

Returns:

Type Description
A promise. The listener will be passed the following arguments:
- info: A SignalInfoObject.

Type Definitions

SignalInfoObject
Signal info properties.

Properties:

Name Type Description
strength Number The signal strength percentage.
quality Number The signal quality percentage.
lock Boolean Indicates whether the transponder is locked or not.
Back to top