diff --git a/fhem/CHANGED b/fhem/CHANGED index 385e3bb6a..c793823ce 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 19_Revolt: add standard attributes ignore, showtime etc. - feature: 23_LUXTRONIK2: new set parameter ventBOSUPCircPumpDeaerate - bugfix: 73_DoorBird: Firmware update parsing fixed - change: 70_VIERA: changed Commandref diff --git a/fhem/FHEM/19_Revolt.pm b/fhem/FHEM/19_Revolt.pm index df10a4646..5470caac0 100644 --- a/fhem/FHEM/19_Revolt.pm +++ b/fhem/FHEM/19_Revolt.pm @@ -22,7 +22,9 @@ sub Revolt_Initialize($) $hash->{DefFn} = "Revolt_Define"; $hash->{UndefFn} = "Revolt_Undef"; $hash->{ParseFn} = "Revolt_Parse"; - $hash->{AttrList} = "IODev ". + $hash->{AttrList} = "IODev ignore:1,0 ". + "do_not_notify:0,1 ". + "showtime:0,1 ". "EnergyAdjustValue ". $readingFnAttributes; } @@ -187,6 +189,10 @@ sub Revolt_Parse($$) Attributes