smartMaster property

List<String> get smartMaster

If smartMaster is set this node will automatically connect to the smartMaster and take over it's values once it is available.

Implementation

List<String> get smartMaster => canBeSmart ? _smartMaster : const [];