Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Copyright year
  • Loading branch information
GermanBluefox committed Jan 23, 2025
1 parent 808d1b2 commit 47f0213
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2024 bluefox <[email protected]>
Copyright (c) 2016-2025 bluefox <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ For more details and for information how to disable the error reporting see [Sen

## Settings
### APP-KEY
To use cloud adapter you should first get the APP-Key on [https://iobroker.net](https://iobroker.net).
To use cloud adapter, you should first get the APP-Key on [https://iobroker.net](https://iobroker.net).

This is application key that the user can get on [https://iobroker.net](https://iobroker.net) site. Please get the key there and enter it here.

![Intro](img/intro.png)

### Instance
All requests from cloud adapter will be routed to specific WEB Instance. User must specify here the WEB instance, that will be showed to user, when he logs in https://iobroker.net site.
All requests from cloud adapter will be routed to specific WEB Instance. User must specify here the WEB instance; that will be shown to user, when he logs in https://iobroker.net site.

### Allow self-signed certificates
If you use standard iobroker.net cloud, you can deactivate it. This option is only important if own cloud used.
Expand All @@ -35,7 +35,7 @@ If you use standard iobroker.net cloud, you can deactivate it. This option is on
There is a possibility to send messages to cloud adapter.
If you call `[POST]https://iobroker.net/service/custom_<NAME>/<user-app-key>` und value as payload.

```
```bash
curl --data "myString" https://iobroker.net/service/custom_test/<user-app-key>
```

Expand Down Expand Up @@ -101,7 +101,7 @@ You can deactivate HTTPS and authentication on this web instance, but better is
* (bluefox) Corrected error with iobroker.pro and delete object

### 4.2.2 (2022-08-24)
* (bluefox) Corrected error with services list and admin6
* (bluefox) Corrected error with service's list and admin6

### 4.2.1 (2022-07-20)
* (bluefox) Used a new version of a socket library.
Expand Down Expand Up @@ -136,7 +136,7 @@ You can deactivate HTTPS and authentication on this web instance, but better is
* (bluefox) Fixed error with the admin

### 4.0.8 (2021-01-31)
* (Apollon77) Prevent crash case (Sentry IOBROKER-CLOUD-S)
* (Apollon77) Prevent a crash case (Sentry IOBROKER-CLOUD-S)
* (bluefox) fix usage of credentials

### 4.0.7 (2021-01-30)
Expand Down Expand Up @@ -339,7 +339,7 @@ You can deactivate HTTPS and authentication on this web instance, but better is
## License
The MIT License (MIT)

Copyright (c) 2016-2024 bluefox <[email protected]>
Copyright (c) 2016-2025 bluefox <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"url": "https://github.com/ioBroker/ioBroker.cloud"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.2",
"@iobroker/adapter-core": "^3.2.3",
"@iobroker/socket-classes": "1.6.1",
"socket.io-client": "~1.7.4",
"cookie-parser": "^1.4.7",
"axios": "^1.7.7",
"axios": "^1.7.9",
"ws": "^8.18.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^5.0.0",
"@types/node": "^22.8.1",
"mocha": "^10.7.3",
"@iobroker/testing": "^5.0.3",
"@types/node": "^22.10.10",
"mocha": "^11.1.0",
"chai": "^4.5.0"
},
"bugs": {
Expand Down

0 comments on commit 47f0213

Please sign in to comment.