This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class PCC extends RWF {
25
25
*
26
26
* @var String
27
27
*/
28
- const VERSION = '2.2.7 ' ;
28
+ const VERSION = '2.2.8 ' ;
29
29
30
30
/**
31
31
* Style
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class RWF {
33
33
*
34
34
* @var String
35
35
*/
36
- const VERSION = '2.2.7 ' ;
36
+ const VERSION = '2.2.8 ' ;
37
37
38
38
/**
39
39
* Einstellungen
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class SHC extends RWF {
29
29
*
30
30
* @var String
31
31
*/
32
- const VERSION = '2.2.7 ' ;
32
+ const VERSION = '2.2.8 ' ;
33
33
34
34
/**
35
35
* Sensor Transmitter
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * Update von Version 2.2.3 auf 2.2.4
4
+ * Update von Version 2.2.3 auf 2.2.8
5
5
*
6
6
* @author Oliver Kleditzsch
7
7
* @copyright Copyright (c) 2015, Oliver Kleditzsch
@@ -489,6 +489,28 @@ public function listBackgroundColors() {
489
489
$ pccApiLevel = 16 ;
490
490
}
491
491
492
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
493
+ // Update v2.2.7 auf v2.2.8 (API Level 16 auf 17) /////////////////////////////////////////////////////////////////////
494
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
495
+
496
+ //SHC
497
+ if ($ shcInstalled === true && $ shcApiLevel == 16 ) {
498
+
499
+ //Update Funktionen
500
+
501
+ //DB Konfiguration in JSON Datei umwandeln
502
+ $ shcApiLevel = 17 ;
503
+ }
504
+
505
+ //PCC
506
+ if ($ pccInstalled === true && $ pccApiLevel == 16 ) {
507
+
508
+ //Update Funktionen
509
+
510
+ //DB Konfiguration in JSON Datei umwandeln
511
+ $ pccApiLevel = 17 ;
512
+ }
513
+
492
514
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
493
515
// neue app.json Dateien schreiben /////////////////////////////////////////////////////////////////////////////////////
494
516
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments