patch-newModulStructure #3

Merged
marko merged 9 commits from patch-newModulStructure into devel 2021-11-26 18:47:17 +00:00
Showing only changes of commit 1bc18d3263 - Show all commits

View File

@ -959,6 +959,8 @@ sub WriteReadings {
::readingsBulkUpdate( $hash, 'currentGMTime', $decode_json->{currentTime} );
::readingsBulkUpdate( $hash, 'serverConnected',
$decode_json->{serverConnected} );
::readingsBulkUpdate( $hash, 'wlanConnected',
$decode_json->{wlanConnected} );
::readingsEndUpdate( $hash, 1 );
return;