Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.0
Browse files Browse the repository at this point in the history
-   (Standarduser) First test release
  • Loading branch information
Standarduser committed Nov 21, 2022
1 parent 9028f79 commit 6f684ca
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 187 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ This adapter uses the [public API](https://github.com/apption-labs/meater-cloud-
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.1.0-alpha.0 (2022-11-21)

- (Standarduser) First test release

Expand Down
384 changes: 202 additions & 182 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,184 +1,204 @@
{
"common": {
"name": "meater",
"version": "0.0.1",
"news": {
"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",
"zh-cn": "首次出版"
}
},
"title": "MEATER Wireless Smart Meat Thermometer",
"titleLang": {
"en": "MEATER Wireless Smart Meat Thermometer",
"de": "MEATER Wireless Smart Fleischthermometer",
"ru": "Беспроводной умный термометр для мяса MEATER",
"pt": "Termômetro de carne inteligente sem fio MEATER",
"nl": "MEATER Draadloze slimme vleesthermometer",
"fr": "Thermomètre à viande intelligent sans fil MEATER",
"it": "MEATER Termometro per carne intelligente wireless",
"es": "Termómetro inalámbrico inteligente para carne MEATER",
"pl": "Bezprzewodowy inteligentny termometr do mięsa MEATER",
"zh-cn": "MEATER 无线智能肉类温度计"
},
"desc": {
"en": "Integrate you MEATER Thermometer into ioBroker via MEATER Cloud",
"de": "Integrieren Sie Ihr MEATER Thermometer über die MEATER Cloud in ioBroker",
"ru": "Интегрируйте свой термометр MEATER в ioBroker через MEATER Cloud",
"pt": "Integre seu MEATER Thermometer ao ioBroker via MEATER Cloud",
"nl": "Integreer uw MEATER-thermometer in ioBroker via MEATER Cloud",
"fr": "Intégrez votre thermomètre MEATER dans ioBroker via MEATER Cloud",
"it": "Integra il tuo termometro MEATER in ioBroker tramite MEATER Cloud",
"es": "Integre su termómetro MEATER en ioBroker a través de MEATER Cloud",
"pl": "Zintegruj termometr MEATER z ioBroker za pośrednictwem MEATER Cloud",
"zh-cn": "通过 MEATER Cloud 将您的 MEATER 温度计集成到 ioBroker"
},
"authors": ["Standarduser"],
"keywords": ["meater", "thermometer", "wireless", "meat"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "meater.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Standarduser/ioBroker.meater/main/admin/meater.png",
"readme": "https://github.com/Standarduser/ioBroker.meater/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "metering",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"username": "",
"password": "",
"language": "de",
"updateIdle": 60,
"updateCook": 2,
"tempUnit": "°C",
"clearOldValues": true
},
"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": {}
},
{
"_id": "info.token",
"type": "state",
"common": {
"role": "state",
"name": "Meater cloud auth token",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.userId",
"type": "state",
"common": {
"role": "state",
"name": "User ID for Meater cloud",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "rawData",
"type": "state",
"common": {
"role": "JSON",
"name": "Last answer from Meater cloud",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "status",
"type": "state",
"common": {
"role": "state",
"name": "Status of cloud last API call",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "statusCode",
"type": "state",
"common": {
"role": "state",
"name": "Status of cloud last API call as number",
"type": "number",
"read": true,
"write": false,
"def": null
},
"native": {}
},
{
"_id": "cookingActive",
"type": "state",
"common": {
"role": "indicator",
"name": "If cooking is active with one or more probes",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
"common": {
"name": "meater",
"version": "0.1.0-alpha.0",
"news": {
"0.1.0-alpha.0": {
"en": "First test release",
"de": "Erster Prüfbericht",
"ru": "Первый тестовый релиз",
"pt": "Primeiro lançamento de teste",
"nl": "Eerste test",
"fr": "Premier essai",
"it": "Primo rilascio di prova",
"es": "Primera prueba de liberación",
"pl": "Pierwsza wersja testowa",
"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",
"zh-cn": "首次出版"
}
},
"title": "MEATER Wireless Smart Meat Thermometer",
"titleLang": {
"en": "MEATER Wireless Smart Meat Thermometer",
"de": "MEATER Wireless Smart Fleischthermometer",
"ru": "Беспроводной умный термометр для мяса MEATER",
"pt": "Termômetro de carne inteligente sem fio MEATER",
"nl": "MEATER Draadloze slimme vleesthermometer",
"fr": "Thermomètre à viande intelligent sans fil MEATER",
"it": "MEATER Termometro per carne intelligente wireless",
"es": "Termómetro inalámbrico inteligente para carne MEATER",
"pl": "Bezprzewodowy inteligentny termometr do mięsa MEATER",
"zh-cn": "MEATER 无线智能肉类温度计"
},
"desc": {
"en": "Integrate you MEATER Thermometer into ioBroker via MEATER Cloud",
"de": "Integrieren Sie Ihr MEATER Thermometer über die MEATER Cloud in ioBroker",
"ru": "Интегрируйте свой термометр MEATER в ioBroker через MEATER Cloud",
"pt": "Integre seu MEATER Thermometer ao ioBroker via MEATER Cloud",
"nl": "Integreer uw MEATER-thermometer in ioBroker via MEATER Cloud",
"fr": "Intégrez votre thermomètre MEATER dans ioBroker via MEATER Cloud",
"it": "Integra il tuo termometro MEATER in ioBroker tramite MEATER Cloud",
"es": "Integre su termómetro MEATER en ioBroker a través de MEATER Cloud",
"pl": "Zintegruj termometr MEATER z ioBroker za pośrednictwem MEATER Cloud",
"zh-cn": "通过 MEATER Cloud 将您的 MEATER 温度计集成到 ioBroker"
},
"authors": [
"Standarduser"
],
"keywords": [
"meater",
"thermometer",
"wireless",
"meat"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "meater.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Standarduser/ioBroker.meater/main/admin/meater.png",
"readme": "https://github.com/Standarduser/ioBroker.meater/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "metering",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"username": "",
"password": "",
"language": "de",
"updateIdle": 60,
"updateCook": 2,
"tempUnit": "°C",
"clearOldValues": true
},
"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": {}
},
{
"_id": "info.token",
"type": "state",
"common": {
"role": "state",
"name": "Meater cloud auth token",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.userId",
"type": "state",
"common": {
"role": "state",
"name": "User ID for Meater cloud",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "rawData",
"type": "state",
"common": {
"role": "JSON",
"name": "Last answer from Meater cloud",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "status",
"type": "state",
"common": {
"role": "state",
"name": "Status of cloud last API call",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "statusCode",
"type": "state",
"common": {
"role": "state",
"name": "Status of cloud last API call as number",
"type": "number",
"read": true,
"write": false,
"def": null
},
"native": {}
},
{
"_id": "cookingActive",
"type": "state",
"common": {
"role": "indicator",
"name": "If cooking is active with one or more probes",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
Loading

0 comments on commit 6f684ca

Please sign in to comment.