hintAuto property

bool hintAuto

True if the device should be automatically started.

Implementation

bool get hintAuto =>
    _object.getBooleanProperty(_blockInterfaceName, 'HintAuto') ?? false;