Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Dec 31, 2023
1 parent 223f5fc commit f778175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nuos/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum Mode {
manual = 2,
}

const ENERGY_REFRESH_INTERVAL = 2
const ENERGY_REFRESH_INTERVAL = 2 // hours
const INITIAL_DATA: PostData = { plantData: {}, viewModel: {} }
const K_MULTIPLIER = 1000

Expand Down

0 comments on commit f778175

Please sign in to comment.