remove timestamp reading

This commit is contained in:
Marko Oldenburg 2020-01-10 12:22:33 +01:00
parent f415a90768
commit a8040546b1

View File

@ -527,7 +527,8 @@ sub NUKIDevice_WriteReadings($$) {
or $t eq 'mode'
or $t eq 'deviceType'
or $t eq 'paired'
or $t eq 'batteryCritical' );
or $t eq 'batteryCritical'
or $t eq 'timestamp' );
readingsBulkUpdate( $hash, $t, ($v =~ m/^[0-9]$/ ? $lockStates{$v}{ $hash->{DEVICETYPE} } : $v) )
if ( $t eq 'state' );
readingsBulkUpdate( $hash, $t, $modes{$v}{ $hash->{DEVICETYPE} } )