Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
* (DNAngelX) initial release
  • Loading branch information
DNAngelX committed Aug 29, 2024
1 parent 8b1367f commit 074f6e2
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 146 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.0.0 (2024-08-29)
* (DNAngelX) initial release

## License
Expand Down
54 changes: 27 additions & 27 deletions admin/build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions admin/build/index.js.map

Large diffs are not rendered by default.

233 changes: 123 additions & 110 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,111 +1,124 @@
{
"common": {
"name": "huawei-charger",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Huawei Charger",
"titleLang": {
"en": "Huawei Charger",
"de": "Huawei Charger",
"ru": "Huawei Charger",
"pt": "Huawei Charger",
"nl": "Huawei Charger",
"fr": "Huawei Charger",
"it": "Huawei Charger",
"es": "Huawei Charger",
"pl": "Huawei Charger",
"zh-cn": "Huawei Charger"
},
"desc": {
"en": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"de": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"ru": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"pt": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"nl": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"fr": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"it": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"es": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"pl": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"zh-cn": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging."
},
"authors": [
"DNAngelX <[email protected]>"
],
"keywords": [
"Huawei",
"AC Charger",
"Modbus-TCP",
"energy monitoring",
"EV charging",
"smart home",
"power management",
"real-time data",
"integration"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "huawei-charger.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DNAngelX/ioBroker.huawei-charger/main/admin/huawei-charger.png",
"readme": "https://github.com/DNAngelX/ioBroker.huawei-charger/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "materialize"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
"common": {
"name": "huawei-charger",
"version": "1.0.0",
"news": {
"1.0.0": {
"en": "initial release",
"de": "erstausstrahlung",
"ru": "первоначальный выпуск",
"pt": "lançamento inicial",
"nl": "eerste release",
"fr": "libération initiale",
"it": "rilascio iniziale",
"es": "liberación inicial",
"pl": "początkowe zwolnienie",
"uk": "початковий реліз",
"zh-cn": "初步释放"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Huawei Charger",
"titleLang": {
"en": "Huawei Charger",
"de": "Huawei Charger",
"ru": "Huawei Charger",
"pt": "Huawei Charger",
"nl": "Huawei Charger",
"fr": "Huawei Charger",
"it": "Huawei Charger",
"es": "Huawei Charger",
"pl": "Huawei Charger",
"zh-cn": "Huawei Charger"
},
"desc": {
"en": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"de": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"ru": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"pt": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"nl": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"fr": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"it": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"es": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"pl": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"zh-cn": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging."
},
"authors": [
"DNAngelX <[email protected]>"
],
"keywords": [
"Huawei",
"AC Charger",
"Modbus-TCP",
"energy monitoring",
"EV charging",
"smart home",
"power management",
"real-time data",
"integration"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "huawei-charger.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DNAngelX/ioBroker.huawei-charger/main/admin/huawei-charger.png",
"readme": "https://github.com/DNAngelX/ioBroker.huawei-charger/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "materialize"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
4 changes: 2 additions & 2 deletions 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.huawei-charger",
"version": "0.0.1",
"version": "1.0.0",
"description": "This adapter enables seamless integration of Huawei AC Chargers with ioBroker using the Modbus-TCP protocol. It allows real-time monitoring and control of charging parameters such as voltage, current, and power, with a user-friendly interface for configuration and logging.",
"author": {
"name": "DNAngelX",
Expand Down

0 comments on commit 074f6e2

Please sign in to comment.