touchLink property

  1. @BuiltValueField(wireName: 'touchlink')
bool? touchLink

As of 1.9. Perform a touchlink action if set to true, setting to false is ignored.

When set to true a touchlink procedure starts which adds the closest lamp (within range) to the ZigBee network. You can then search for new lights and lamp will show up in the bridge. This field is Write-Only so it is not visible when retrieving the bridge Config JSON.

Implementation

@BuiltValueField(wireName: 'touchlink')
bool? get touchLink;