devel #40

Merged
sebastianschwarz merged 28 commits from devel into testing 2021-07-23 09:27:49 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 70c54892d8 - Show all commits

View File

@ -659,7 +659,8 @@ sub WriteReadings {
$decode_json->{abilities}[$abilities]{name} . '-'
. $propertie->{name}
. '_timestamp',
RigReadingsValue( $hash, $propertie->{timestamp} )
Time::Piece->strptime(RigReadingsValue( $hash, $propertie->{timestamp} ), "%Y-%m-%d %H:%M:%S")->strftime('%s')
)
if (
defined( $propertie->{value} )
@ -668,7 +669,6 @@ sub WriteReadings {
)
);
readingsBulkUpdateIfChanged(
$hash,
$decode_json->{abilities}[$abilities]{name} . '-'

View File

@ -1,2 +1,2 @@
UPD 2021-06-28_15:56:58 47009 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-28_16:15:56 56104 FHEM/74_GardenaSmartDevice.pm
UPD 2021-06-28_20:08:52 56188 FHEM/74_GardenaSmartDevice.pm