Skip to content

Commit

Permalink
Type of port is number now
Browse files Browse the repository at this point in the history
  • Loading branch information
eifel-tech committed Jan 27, 2025
1 parent 8dc1ff9 commit 6b2447e
Show file tree
Hide file tree
Showing 5 changed files with 2,487 additions and 349 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
![GitHub issues](https://img.shields.io/github/issues/eifel-tech/iobroker.syrconnect?logo=github&style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eifel-tech/iobroker.syrconnect/test-and-release.yml?branch=master&logo=github&style=flat-square)

Simulates the Syrconnect cloud (www.syrconnect.de) that the Connect devices want to connect to. The adapter provides a web server
which serves as a new target for the Connect devices (e.g. Lex10).

## Documentation

[🇺🇸 Documentation](./docs/en/README.md)
Expand All @@ -25,27 +28,32 @@
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- (eifel-tech) Changed type of Port in Amdin to number

### 1.1.2 (2024-12-17)

- (eifel-tech) Adhere to iobroker specifications
- (eifel-tech) Adhere to iobroker specifications

### 1.1.1 (2024-11-11)

- (eifel-tech) Data sent on LEXplus10SL changed (Issue #194)
- (eifel-tech) Data sent on LEXplus10SL changed (Issue #194)

### 1.1.0 (2024-10-30)

- (eifel-tech) Added dependency to [iobroker web server](https://github.com/ioBroker/webserver).
- (eifel-tech) Error handling improved
- (eifel-tech) Device added: LEXplus10SL
- (eifel-tech) Added dependency to [iobroker web server](https://github.com/ioBroker/webserver).
- (eifel-tech) Error handling improved
- (eifel-tech) Device added: LEXplus10SL

### 1.0.1 (2024-10-25)

- (eifel-tech) Conversion to current adapter structure
- (eifel-tech) Conversion to current adapter structure

### 0.0.1

- (eifel-tech) initial release
- (eifel-tech) initial release

## License

Expand Down
2 changes: 1 addition & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"md": 6,
"lg": 4,
"xl": 4,
"type": "text",
"type": "number",
"label": "Port"
}
}
Expand Down
20 changes: 20 additions & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,26 @@
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": {
"en": "Information",
"de": "Information",
"ru": "Информация",
"pt": "Informação",
"nl": "Informatie",
"fr": "Informations",
"it": "Informazioni",
"es": "Información",
"pl": "Informacje",
"uk": "Інформація",
"zh-cn": "资料"
}
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
Expand Down
Loading

0 comments on commit 6b2447e

Please sign in to comment.