MeterControls

interface MeterControls

Controls for external meters.

Inheritors

Functions

Link copied to clipboard
open fun off(channel: String? = null)

Power on the meter channel. After this call the channel should be powered off.

Link copied to clipboard
open fun on(channel: String? = null)

Power on the meter channel. After this call the channel should be powered on.

Link copied to clipboard
open fun onOff(channel: String? = null)

Toggle the power on the meter channel. After this call the channel should be in reverse state (on <-> off).