Skip to content

Commit

Permalink
Merge pull request SondreNjaastad#43 from PierreLevres/patch-2
Browse files Browse the repository at this point in the history
bugfix sending brand to bluelinky
  • Loading branch information
Hacksore authored Mar 30, 2021
2 parents a079527 + 003731e commit 8153e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluelinky.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
password: { required: true },
region: { value: "EU", required: true },
pin: { required: true, validate: RED.validators.number() },
vin: { required: true }
vin: { required: true },
brand: { value: "hyundai", required: true }
},
label: function () {
Expand Down

0 comments on commit 8153e8a

Please sign in to comment.