Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 24, 2023
1 parent b0c77fa commit 07dd3d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Get login & pass from iot (new js-controller version) may be

## Changelog
### 0.0.3 (2023-10-24)
### **WORK IN PROGRESS**
* (bluefox) used library `@iobroker/type-detector`

### 0.0.2 (2023-10-23)
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
"name": "matter",
"version": "0.0.3",
"news": {
"0.0.3": {
"en": "used library `@iobroker/type-detector`",
"de": "gebrauchte bibliothek @iobroker/typ-detektor",
"ru": "используемая библиотека @iobroker/type-detector",
"pt": "biblioteca usada @iobroker/detector do tipo",
"nl": "gebruikte bibliotheek @iobroker/type-detector",
"fr": "bibliothèque utilisée @iobroker/type-detector",
"it": "libreria usata @iobroker/direttore di tipo",
"es": "biblioteca usada @iobroker/tipo-detector",
"pl": "użytkownik biblioteki @iobroker/type-detector",
"uk": "русскийукраїнськабеларускаяoʻzbek tilienglish",
"zh-cn": "使用图书馆@iobroker/型博士"
},
"0.0.2": {
"en": "Initial commit",
"de": "Ursprüngliche Verpflichtung",
Expand Down
3 changes: 2 additions & 1 deletion test/devices.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { Types } = require('iobroker.type-detector');
const ChannelDetectorImport = require('@iobroker/type-detector');
const Types = ChannelDetectorImport.Types;
const SubscribeManager = require('../build/lib/SubscribeManager');
const { StateAccessType, ValueType} = require('../build/lib/devices/GenericDevice');

Expand Down

0 comments on commit 07dd3d2

Please sign in to comment.