Skip to content

Commit

Permalink
km200 recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
tp1de committed Oct 13, 2023
1 parent 71af6bd commit 4d4a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/km200.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ async function hours(r) {
wert = data.recording[ii].y * multi * r_multi;
wert = Math.round(wert / 6) / 10;
}
const ts = ut1 + ((ii+1) * 3600000 );
const ts = ut1 + ((ii+1) * 3600000 ) - 1800000 ;
daten.push({id: field,state: {ts: ts ,val: wert,ack: true}});
}
}
Expand Down

0 comments on commit 4d4a4c0

Please sign in to comment.