-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (HGlab01) first release
- Loading branch information
Showing
4 changed files
with
86 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,85 @@ | ||
{ | ||
"common": { | ||
"name": "tinymqttbroker", | ||
"version": "0.0.4", | ||
"news": {}, | ||
"titleLang": { | ||
"en": "Tiny MQTT broker", | ||
"de": "Tiny MQTT-Broker", | ||
"ru": "Крошечный MQTT-брокер", | ||
"pt": "Pequeno corretor MQTT", | ||
"nl": "Kleine MQTT-makelaar", | ||
"fr": "Petit courtier MQTT", | ||
"it": "Piccolo broker MQTT", | ||
"es": "Pequeño bróker MQTT", | ||
"pl": "Mały broker MQTT", | ||
"zh-cn": "微型 MQTT 代理", | ||
"uk": "Крихітний брокер MQTT" | ||
}, | ||
"desc": { | ||
"en": "This is very tiny MQTT broker which is not managing any objects/states in iobroker but offers a central MQTT broker instance to publish an subscribe topics as MQTT client. Very helpful to let several devices to talk with one broker and interact on iobroker with a MQTT client javascript.", | ||
"de": "tinymqttbroker", | ||
"ru": "Tinymqttbroker", | ||
"pt": "tinymqttbroker", | ||
"nl": "tinymqttmakelaar", | ||
"fr": "courtier minusculemqtt", | ||
"it": "tinymqttbroker", | ||
"es": "tinymqttbroker", | ||
"pl": "malutkimqttbroker", | ||
"zh-cn": "tinymqttbroker", | ||
"uk": "tinymqttbroker" | ||
}, | ||
"authors": [ | ||
"HGlab01 <[email protected]>" | ||
], | ||
"keywords": [ | ||
"mqtt", | ||
"broker" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
"icon": "tinymqttbroker.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/HGlab01/ioBroker.tinymqttbroker/main/admin/tinymqttbroker.png", | ||
"readme": "https://github.com/HGlab01/ioBroker.tinymqttbroker/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "protocols", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "push", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
"common": { | ||
"name": "tinymqttbroker", | ||
"version": "0.0.5-alpha.0", | ||
"news": { | ||
"0.0.5-alpha.0": { | ||
"en": "first release", | ||
"de": "erste veröffentlichung", | ||
"ru": "первый релиз", | ||
"pt": "primeiro lançamento", | ||
"nl": "eerste vrijlating", | ||
"fr": "première version", | ||
"it": "primo rilascio", | ||
"es": "primera liberación", | ||
"pl": "pierwsze wydanie", | ||
"uk": "перший реліз", | ||
"zh-cn": "首次释放" | ||
} | ||
}, | ||
"native": { | ||
"option1": 1884 | ||
"titleLang": { | ||
"en": "Tiny MQTT broker", | ||
"de": "Tiny MQTT-Broker", | ||
"ru": "Крошечный MQTT-брокер", | ||
"pt": "Pequeno corretor MQTT", | ||
"nl": "Kleine MQTT-makelaar", | ||
"fr": "Petit courtier MQTT", | ||
"it": "Piccolo broker MQTT", | ||
"es": "Pequeño bróker MQTT", | ||
"pl": "Mały broker MQTT", | ||
"zh-cn": "微型 MQTT 代理", | ||
"uk": "Крихітний брокер MQTT" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [] | ||
} | ||
"desc": { | ||
"en": "This is very tiny MQTT broker which is not managing any objects/states in iobroker but offers a central MQTT broker instance to publish an subscribe topics as MQTT client. Very helpful to let several devices to talk with one broker and interact on iobroker with a MQTT client javascript.", | ||
"de": "tinymqttbroker", | ||
"ru": "Tinymqttbroker", | ||
"pt": "tinymqttbroker", | ||
"nl": "tinymqttmakelaar", | ||
"fr": "courtier minusculemqtt", | ||
"it": "tinymqttbroker", | ||
"es": "tinymqttbroker", | ||
"pl": "malutkimqttbroker", | ||
"zh-cn": "tinymqttbroker", | ||
"uk": "tinymqttbroker" | ||
}, | ||
"authors": [ | ||
"HGlab01 <[email protected]>" | ||
], | ||
"keywords": [ | ||
"mqtt", | ||
"broker" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
"icon": "tinymqttbroker.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/HGlab01/ioBroker.tinymqttbroker/main/admin/tinymqttbroker.png", | ||
"readme": "https://github.com/HGlab01/ioBroker.tinymqttbroker/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "protocols", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "push", | ||
"adminUI": { | ||
"config": "json" | ||
}, | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.3.22" | ||
} | ||
], | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.13" | ||
} | ||
] | ||
}, | ||
"native": { | ||
"option1": 1884 | ||
}, | ||
"objects": [], | ||
"instanceObjects": [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters