Skip to content

Commit 47f0213

Browse files
committed
Formatting
Copyright year
1 parent 808d1b2 commit 47f0213

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2024 bluefox <dogafox@gmail.com>
3+
Copyright (c) 2016-2025 bluefox <dogafox@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ For more details and for information how to disable the error reporting see [Sen
1313

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

1818
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.
1919

2020
![Intro](img/intro.png)
2121

2222
### Instance
23-
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.
23+
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.
2424

2525
### Allow self-signed certificates
2626
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
3535
There is a possibility to send messages to cloud adapter.
3636
If you call `[POST]https://iobroker.net/service/custom_<NAME>/<user-app-key>` und value as payload.
3737

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

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

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

106106
### 4.2.1 (2022-07-20)
107107
* (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
136136
* (bluefox) Fixed error with the admin
137137

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

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

342-
Copyright (c) 2016-2024 bluefox <dogafox@gmail.com>
342+
Copyright (c) 2016-2025 bluefox <dogafox@gmail.com>
343343

344344
Permission is hereby granted, free of charge, to any person obtaining a copy
345345
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"url": "https://github.com/ioBroker/ioBroker.cloud"
2121
},
2222
"dependencies": {
23-
"@iobroker/adapter-core": "^3.2.2",
23+
"@iobroker/adapter-core": "^3.2.3",
2424
"@iobroker/socket-classes": "1.6.1",
2525
"socket.io-client": "~1.7.4",
2626
"cookie-parser": "^1.4.7",
27-
"axios": "^1.7.7",
27+
"axios": "^1.7.9",
2828
"ws": "^8.18.0"
2929
},
3030
"devDependencies": {
3131
"@alcalzone/release-script": "^3.8.0",
3232
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
3333
"@alcalzone/release-script-plugin-license": "^3.7.0",
3434
"@iobroker/adapter-dev": "^1.3.0",
35-
"@iobroker/testing": "^5.0.0",
36-
"@types/node": "^22.8.1",
37-
"mocha": "^10.7.3",
35+
"@iobroker/testing": "^5.0.3",
36+
"@types/node": "^22.10.10",
37+
"mocha": "^11.1.0",
3838
"chai": "^4.5.0"
3939
},
4040
"bugs": {

0 commit comments

Comments
 (0)