diff --git a/LICENSE b/LICENSE index 2beea1a..bff2ce6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2024 bluefox +Copyright (c) 2016-2025 bluefox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8dfd468..9883dc2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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_/` und value as payload. -``` +```bash curl --data "myString" https://iobroker.net/service/custom_test/ ``` @@ -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. @@ -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) @@ -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 +Copyright (c) 2016-2025 bluefox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 5e5f811..8263dd8 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "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": { @@ -32,9 +32,9 @@ "@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": {