Skip to content

Commit 1a5de1d

Browse files
committed
Now all the functions in for devices can export data to files with names in standarised form where we have time period name of device/type and name of plant
1 parent eb54f7e commit 1a5de1d

2 files changed

Lines changed: 156 additions & 28 deletions

File tree

functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3999,7 +3999,7 @@ fi
39993999
#shorter time for read in unix
40004000
if [[ $success == "true" ]];
40014001
then
4002-
local curent_time_actually=$(echo ${currentTime::-3})
4002+
curent_time_actually=$(echo ${currentTime::-3})
40034003
local curent_time_of_request=$(date -d @$curent_time_actually)
40044004

40054005
if [ ! -z "$DIALOG" ];

0 commit comments

Comments
 (0)