bool? get passiveAuth => _passiveAuth;
set passiveAuth(bool? val) { _passiveAuth = val; _setRfidScenario({"passiveAuth": val}, this); }