Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
* various fixes and changes to become an official adapter
  • Loading branch information
Stefan Priebe committed May 1, 2023
1 parent c3782ab commit 235b796
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 129 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Reference to a company or a product name does not imply approval or recommendati
that company or product to the exclusion of others.

## Changelog

### **WORK IN PROGRESS**
### 0.1.0 (2023-05-01)
* various fixes and changes to become an official adapter

### 0.0.6 (2023-04-30)
Expand Down
261 changes: 137 additions & 124 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,129 +1,142 @@
{
"common": {
"name": "signifylights",
"version": "0.0.6",
"news": {
"0.0.6": {
"en": "first official release",
"de": "erste offizielle veröffentlichung",
"ru": "первый официальный релиз",
"pt": "primeiro lançamento oficial",
"nl": "vertaling:",
"fr": "premier communiqué officiel",
"it": "primo rilascio ufficiale",
"es": "primera liberación oficial",
"pl": "pierwsze oficjalne wydanie",
"uk": "перший офіційний реліз",
"zh-cn": "首次正式释放"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"title": "SignifyLights",
"titleLang": {
"en": "SignifyLights",
"de": "SignifyLights",
"ru": "Сигнифайлайтс",
"pt": "SignifyLights",
"nl": "SignifyLichten",
"fr": "SignifyLumières",
"it": "SignifyLuci",
"es": "SignifyLuces",
"pl": "SignifyLights",
"uk": "SignifyLights",
"zh-cn": "意灯"
},
"desc": {
"en": "signifylights",
"de": "bedeuten Lichter",
"ru": "огни",
"pt": "luzes significativas",
"nl": "lichten betekenen",
"fr": "Signifylights",
"it": "signifylights",
"es": "significan luces",
"pl": "oznaczać światła",
"uk": "означати вогні",
"zh-cn": "表示灯"
},
"authors": [
"nxtstep <[email protected]>",
"disaster123 <[email protected]>"
],
"keywords": [
"wiz",
"signify",
"lights"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "signifylights.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/disaster123/ioBroker.signifylights/main/admin/signifylights.png",
"readme": "https://github.com/disaster123/ioBroker.signifylights/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "lighting",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "materialize"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
"common": {
"name": "signifylights",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "various fixes and changes to become an official adapter",
"de": "verschiedene fixierungen und änderungen zu einem offiziellen adapter werden",
"ru": "различные исправления и изменения, чтобы стать официальным адаптером",
"pt": "várias correções e alterações para se tornar um adaptador oficial",
"nl": "verschillende middelen en veranderingen om een officiële adapter te worden",
"fr": "diverses corrections et changements pour devenir un adaptateur officiel",
"it": "varie correzioni e modifiche per diventare un adattatore ufficiale",
"es": "varios arreglos y cambios para convertirse en un adaptador oficial",
"pl": "zmiany i zmiany stały się oficjalnym adapterem",
"uk": "різні виправлення і зміни, щоб стати офіційним адаптером",
"zh-cn": "各种缺陷和变化成为官方适应者"
},
"0.0.6": {
"en": "first official release",
"de": "erste offizielle veröffentlichung",
"ru": "первый официальный релиз",
"pt": "primeiro lançamento oficial",
"nl": "vertaling:",
"fr": "premier communiqué officiel",
"it": "primo rilascio ufficiale",
"es": "primera liberación oficial",
"pl": "pierwsze oficjalne wydanie",
"uk": "перший офіційний реліз",
"zh-cn": "首次正式释放"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"native": {
"udpip": "",
"updmac": "",
"bind_ip": "0.0.0.0",
"polling_intervall": 30,
"register_devices": true,
"listed_online": 30
"title": "SignifyLights",
"titleLang": {
"en": "SignifyLights",
"de": "SignifyLights",
"ru": "Сигнифайлайтс",
"pt": "SignifyLights",
"nl": "SignifyLichten",
"fr": "SignifyLumières",
"it": "SignifyLuci",
"es": "SignifyLuces",
"pl": "SignifyLights",
"uk": "SignifyLights",
"zh-cn": "意灯"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
"desc": {
"en": "signifylights",
"de": "bedeuten Lichter",
"ru": "огни",
"pt": "luzes significativas",
"nl": "lichten betekenen",
"fr": "Signifylights",
"it": "signifylights",
"es": "significan luces",
"pl": "oznaczać światła",
"uk": "означати вогні",
"zh-cn": "表示灯"
},
"authors": [
"nxtstep <[email protected]>",
"disaster123 <[email protected]>"
],
"keywords": [
"wiz",
"signify",
"lights"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "signifylights.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/disaster123/ioBroker.signifylights/main/admin/signifylights.png",
"readme": "https://github.com/disaster123/ioBroker.signifylights/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "lighting",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "materialize"
},
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {
"udpip": "",
"updmac": "",
"bind_ip": "0.0.0.0",
"polling_intervall": 30,
"register_devices": true,
"listed_online": 30
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.signifylights",
"version": "0.0.6",
"version": "0.1.0",
"description": "Signify Device Adapter",
"author": {
"name": "disaster123",
Expand Down

0 comments on commit 235b796

Please sign in to comment.