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