Skip to content

Commit

Permalink
Merge pull request #282 from Grizzelbee/development
Browse files Browse the repository at this point in the history
V3.1.10
  • Loading branch information
Grizzelbee authored May 14, 2024
2 parents 56822ba + 9783190 commit 0b4e707
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 32 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ All states report whether there is a failure or not. `True` means a failure, `fa

### **WORK IN PROGRESS**

### 3.1.10 (2024-05-14) (Marching on)

- (grizzelbee) Fix: [#281](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/281) Removed duplicate Sleeptimer field from config
- (grizzelbee) New: Enabled editing of field Sleeptimer

### 3.1.9 (2024-05-13) (Marching on)

- (arcticon) Fix: [#278](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/278) Changeable fields are working again.
Expand Down
13 changes: 1 addition & 12 deletions dysonConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,17 +392,6 @@ const datapoints = new Map([
displayValues: FILTERTYPES
}
],
[
'sltm',
{
name: 'Sleeptimer',
description: 'Sleep timer.',
type: 'string',
writeable: false,
role: 'text',
unit: ''
}
],
[
'oscs',
{
Expand Down Expand Up @@ -501,7 +490,7 @@ const datapoints = new Map([
name: 'Sleeptimer',
description: 'Sleep timer',
type: 'number',
writeable: false,
writeable: true,
role: 'value',
unit: 'Min'
}
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "dysonairpurifier",
"version": "3.1.9",
"version": "3.1.10",
"news": {
"3.1.10": {
"en": "Removed duplicate config of Sleeptimer\nEnabled editing of field Sleeptimer",
"de": "Doppelte Konfiguration von Sleeptimer entfernt\nBearbeitung des Feldes Sleeptimer aktiviert",
"ru": "Удален дублирующийся конфиг Sleeptimer\nВключено редактирование поля Sleeptimer.",
"pt": "Configuração duplicada removida do Sleeptimer\n Edição habilitada do campo Sleeptimer",
"nl": "Dubbele configuratie van Sleeptimer verwijderd\nBewerken van veld Sleeptimer ingeschakeld",
"fr": "Suppression de la configuration en double de Sleeptimer\nActivation de la modification du champ Sleeptimer",
"it": "Rimossa la configurazione duplicata di Sleeptimer\nAbilitata la modifica del campo Sleeptimer",
"es": "Se eliminó la configuración duplicada de Sleeptimer. Se habilitó la edición del campo Sleeptimer.",
"pl": "Usunięto zduplikowaną konfigurację wyłącznika czasowego\n Włączono edycję pola wyłącznika czasowego",
"uk": "Вилучено повторювану конфігурацію Sleeptimer\nУвімкнено редагування поля Sleeptimer",
"zh-cn": "删除了睡眠定时器的重复配置\n启用了字段睡眠定时器的编辑"
},
"3.1.9": {
"en": "Changeable fields are working again.",
"de": "Änderbare Felder funktionieren wieder.",
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.dysonairpurifier",
"version": "3.1.9",
"version": "3.1.10",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand Down Expand Up @@ -54,7 +54,7 @@
"flatted": "^3.3.1",
"https": "^1.0.0",
"lodash": "^4.17.21",
"mqtt": "^5.5.5",
"mqtt": "^5.6.0",
"path": "^0.12.7"
},
"devDependencies": {
Expand All @@ -65,12 +65,12 @@
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/node": "^20.12.12",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^7.1.2",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
Expand Down

0 comments on commit 0b4e707

Please sign in to comment.