Skip to content

Commit

Permalink
Update meter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Sep 22, 2024
1 parent a7fa279 commit 3deb1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dependencies/nodejs/models/meter.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Meter {
async upload(data) {
await DB.connect()
//console.log(meterClasses)
console.log("Data: ", data)
console.log(`Data for meter ID ${this.id}: `, data)


let points = meterClasses[this.classInt]
Expand Down

0 comments on commit 3deb1ea

Please sign in to comment.