Skip to content

Commit

Permalink
Fix description in proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Jan 21, 2024
1 parent 5f7b7c5 commit 8d2d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hms2mqtt/src/protos/RealData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ message PortState {
int64 pv_sn = 1; // serial number
int32 pv_port = 2; // id of the port
int32 pv_vol = 3; // [V], factor 0.1
int32 pv_cur = 4; // [A], factor 0.1
int32 pv_cur = 4; // [A], factor 0.01
int32 pv_power = 5; // [W], factor 0.1
int32 pv_energy_total = 6; // [Wh]
int32 pv_daily_yield = 7; // [Wh]
Expand Down

0 comments on commit 8d2d7be

Please sign in to comment.