nmPluginMissing property

bool nmPluginMissing

True if this device is missing a plugin or needs plugin configuration for it to operate.

Implementation

bool get nmPluginMissing =>
    _object.getBooleanProperty(_deviceInterfaceName, 'NmPluginMissing') ??
    false;