Skip to content

Commit

Permalink
version 0.0.6 beta release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman committed Mar 31, 2019
1 parent 3f9acd1 commit f189530
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 217 deletions.
9 changes: 9 additions & 0 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ <h6 class="translate">Multicast receive ip-adress</h6>
<label for="port" class="translate">Adapter Port</label>
</div>
</div>
<div class="section">
<h6 class="translate">Time Syncronisation intervall</h6>
</div>
<div class="row">
<div class="input-field col s2">
<input type="number" id="Time_Sync" class="value" min="0" max="65565"/>
<label for="Time_Sync" class="translate">Intervall in minutes</label>
</div>
</div>

</div>

Expand Down
18 changes: 15 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "multicast",
"version": "0.0.5",
"version": "0.0.6",
"news": {
"0.0.6": {
"en": "Beta release candidate",
"de": "Beta-Release-Kandidat",
"ru": "Бета-версия кандидата",
"pt": "Candidato a lançamento beta",
"nl": "Bèta-vrijgifte kandidaat",
"fr": "Version bêta candidate",
"it": "Candidato alla versione beta",
"es": "Beta candidato candidato",
"pl": "Kandydat do wersji beta",
"zh-cn": "Beta版候选版"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
Expand Down Expand Up @@ -73,13 +85,13 @@
"send_2": 12,
"send_3": 255,
"send_4": 252,
"send_port": 99633,
"send_port": 9633,
"receive_1": 239,
"receive_2": 12,
"receive_3": 255,
"receive_4": 151,
"receive_port": 9501,
"dev_logging" : false
"Time_Sync" : 10
},
"objects": [],
"instanceObjects": []
Expand Down
Loading

0 comments on commit f189530

Please sign in to comment.