Skip to content

Commit

Permalink
fix missing quote mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Sep 30, 2021
1 parent a25c548 commit 765e079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mppsolar/protocols/pi30.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"DAT": {
"name": "DAT",
"description": "Set Date Time",
"help": " -- examples: DATYYYYMMDDHHMMSS (14 digits after DAT),
"help": " -- examples: DATYYYYMMDDHHMMSS (14 digits after DAT)",
"type": "SETTER",
"response": [["ack", "Command execution", {"NAK": "Failed", "ACK": "Successful"}]],
"test_responses": [
Expand All @@ -275,7 +275,7 @@
],
"regex": "DAT(\d\d\d\d\d\d\d\d\d\d\d\d\d\d)$",
},
"PBATMAXDISC": {
"PBATMAXDISC": {
"name": "PBATMAXDISC",
"description": "Battery max discharge current",
"help": " -- examples: PBATMAXDISCxxx (000- disable or 030-150A)",
Expand Down

0 comments on commit 765e079

Please sign in to comment.