From a8040546b13c42afa0bd1c09f658b9925f5e3761 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 10 Jan 2020 12:22:33 +0100 Subject: [PATCH] remove timestamp reading --- 74_NUKIDevice.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/74_NUKIDevice.pm b/74_NUKIDevice.pm index d5de309..aa4d690 100755 --- a/74_NUKIDevice.pm +++ b/74_NUKIDevice.pm @@ -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} } )