Skip to content

Commit

Permalink
add charger to monitoring bus
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed Nov 16, 2024
1 parent d10d888 commit c52e11b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/modbus-serial/monitoring.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ module.exports = {
msDelayBetweenDevices: 1000,
},
devices: [
{
name: 'charger',
address: 1,
type: 'or-we-526',
},
{
name: 'relays32-47',
address: 11,
Expand Down

0 comments on commit c52e11b

Please sign in to comment.