|
|
@ -6224,6 +6224,7 @@ async function processIotData(hw_Id, data) {
|
|
|
|
const startTime1 = moment().tz('Asia/Kolkata').format('DD-MMM-YYYY - HH:mm:ss');
|
|
|
|
const startTime1 = moment().tz('Asia/Kolkata').format('DD-MMM-YYYY - HH:mm:ss');
|
|
|
|
const startInstanceId = `${hw_Id}${formattedTime}`;
|
|
|
|
const startInstanceId = `${hw_Id}${formattedTime}`;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inputConnection.motor_stop_status = "2";
|
|
|
|
inputConnection.motor_stop_status = "2";
|
|
|
|
inputConnection.motor_on_type = "forced_manual";
|
|
|
|
inputConnection.motor_on_type = "forced_manual";
|
|
|
|
inputConnection.startTime = startTime1;
|
|
|
|
inputConnection.startTime = startTime1;
|
|
|
|