Nchan start/stop foundation

Some delay needed, brrr.
This commit is contained in:
bergware
2021-05-13 02:39:18 +02:00
parent a02302fd34
commit cfcb459bbc

View File

@@ -277,7 +277,7 @@ devices.on('message', function(data) {
}
display_diskio();
<?if ($var['fsState']=='Stopped'):?>
setTimeout(function(){devices.stop();},0);
setTimeout(function(){devices.stop();},1000);
<?endif;?>
});