Skip to content

Commit

Permalink
Merge pull request #63 from MK-2001/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
MK-2001 authored Jun 19, 2021
2 parents 238ed42 + 834a45b commit 8c552ae
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
Binary file added admin/img/info-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.14
* Enabled Hardware V3
*

### 1.0.9
* Catch warn message in read object
* Added SENTRY to get more details for debbugging
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "go-e",
"version": "1.0.14",
"version": "1.0.15",
"news": {
"1.1.14": {
"1.0.15": {
"en": "First adaption of V3 hardware from go-e"
},
"1.0.13": {
Expand Down
2 changes: 1 addition & 1 deletion lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.schema = joi.object({
lom: joi.number().required(),
lop: joi.number().required(),
log: joi.string().allow(null, ""),
lon: joi.number().required(),
lon: joi.number().allow(null, ""),
lof: joi.number().required(),
loa: joi.number().required(),
lch: joi.number().required(),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.go-e",
"version": "1.0.14",
"version": "1.0.15",
"description": "go-e ist die Aufforderung, sich elektrisch zu bewegen. e-Mobilität ist unser Antrieb, wobei unsere Kernkompetenz die Ladetechnik für Elektroautos ist. Von der einzelnen Ladestation für e-Autos über Photovoltaik-Anbindung bis hin zum Lastmanagement von ganzen Gebäuden, sind wir Anbieter gesamtheitlicher Systemlösungen für sämtliche Anforderungen der modernen e-Mobilität.",
"author": {
"name": "MK-2001",
Expand Down

0 comments on commit 8c552ae

Please sign in to comment.