Skip to content

Commit

Permalink
added INUM_0_2
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Oct 24, 2024
1 parent 330efdb commit 2ed4ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions growattMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const growartyp = {
STIME_H_MIN: { type: 'string', role: 'value', read: true, write: true },
DATETIME: { type: 'number', role: 'value.time', read: true, write: true },
INUM_0_1: { type: 'number', role: 'value', min: 0, max: 1, step: 1, read: true, write: true },
INUM_0_2: { type: 'number', role: 'value', min: 0, max: 2, step: 1, read: true, write: true },
};
const SETTINGS = 'settings';

Expand Down

0 comments on commit 2ed4ac3

Please sign in to comment.