This commit is contained in:
Johannes
2022-09-26 15:42:26 +02:00
12 changed files with 61 additions and 13 deletions

View File

@@ -1069,7 +1069,7 @@
│ Scope : local
│ Dragging : 0
│ Disable release event after dragging: 0
│ @@ -683,18 +683,14 @@
│ @@ -691,18 +691,14 @@
│ {
│ page cardAlarm
│ }

View File

@@ -1,4 +1,4 @@
+++ /dev/fd/62 2022-09-21 15:55:38.406625045 +0000
+++ /dev/fd/62 2022-09-22 16:21:40.160676588 +0000
+rdAlarm.txt
+18 +833,14 @@
+ {
@@ -381,7 +381,7 @@
+ Scope : local
+ Dragging : 0
+ Disable release event after dragging: 0
+18 +683,14 @@
+18 +691,14 @@
+ {
+ page cardAlarm
+ }

View File

@@ -52,7 +52,7 @@ cardThermo
303 Unique line(s) of event code
screensaver
38 Component(s)
341 Line(s) of event code
349 Line(s) of event code
263 Unique line(s) of event code
cardEntities
77 Component(s)
@@ -62,5 +62,5 @@ cardEntities
Total
14 Page(s)
451 Component(s)
5495 Line(s) of event code
5503 Line(s) of event code
1489 Unique line(s) of event code

View File

@@ -1183,6 +1183,14 @@ Timer tmSerial
tForecast3.pco=tForecast2.pco
tForecast2.pco=tForecast1.pco
}
if(tNotifyHead.txt!="")
{
ref tNotifyHead
}
if(tNotifyText.txt!="")
{
ref tNotifyText
}
}
if(tInstruction.txt=="notify")
{

View File

@@ -618,6 +618,14 @@ Timer tmSerial
tForecast3.pco=tForecast2.pco
tForecast2.pco=tForecast1.pco
}
if(tNotifyHead.txt!="")
{
ref tNotifyHead
}
if(tNotifyText.txt!="")
{
ref tNotifyText
}
}
if(tInstruction.txt=="notify")
{