From 050651095508353eb2ac01e515bffa104b9c965a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 14 Oct 2017 09:14:56 +0200 Subject: [PATCH] motheure values now int --- feature/motheure-simple/source/loop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/motheure-simple/source/loop.php b/feature/motheure-simple/source/loop.php index 142ac4d..69f7b0f 100644 --- a/feature/motheure-simple/source/loop.php +++ b/feature/motheure-simple/source/loop.php @@ -105,7 +105,7 @@ =========================================================*/ /* (1) Log action to default log file */ $f_data->fwrite( json_encode([ - $stop_ts - $start_ts + floor( $stop_ts - $start_ts ) ]).PHP_EOL ); /* (2) Return status */