Skip to content

Home > resol-vbus-core-toolbox-scripts > emSimulator > EmSimulatorRelayInfo

emSimulator.EmSimulatorRelayInfo interface

The state of a simulated module relay.

Signature:

typescript
export interface EmSimulatorRelayInfo

Properties

Property

Modifiers

Type

Description

time

number

Current time for switching between state A and state B.

timeA

number

Time A of the relay.

timeB

number

Time B of the relay.

value

number

Current value from switching between state A and state B.

valueA

number

Value A of the relay.

valueB

number

Value B of the relay.