Skip to content

Commit 1436a48

Browse files
committed
Several fixes for Kata #1
1 parent 61d4ae5 commit 1436a48

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

QAction_15/QAction_15.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Skyline.DataMiner.Scripting;
2-
31
using System;
42

3+
using Skyline.DataMiner.Scripting;
4+
55
internal enum TimerActions
66
{
77
Start,

protocol.xml

+15-5
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Any inquiries can be addressed to:
101101

102102
<Param id="11" trending="false">
103103
<Name>timer</Name>
104-
<Description>tImeR</Description>
104+
<Description>Timer</Description>
105105
<Type>read</Type>
106106
<Information>
107107
<Subtext>The current value of a timer in seconds.</Subtext>
@@ -133,7 +133,7 @@ Any inquiries can be addressed to:
133133

134134
<Param id="12" trending="false">
135135
<Name>timerStatus</Name>
136-
<Description>Timer StaTuS</Description>
136+
<Description>Timer Status</Description>
137137
<Type>read</Type>
138138
<Information>
139139
<Subtext>Status of the timer.</Subtext>
@@ -245,7 +245,7 @@ Any inquiries can be addressed to:
245245
</Triggers>
246246

247247
<Actions>
248-
<Action id="9 ">
248+
<Action id="9">
249249
<Name>updateUtcTime</Name>
250250
<On id="9">parameter</On>
251251
<Type>run actions</Type>
@@ -263,8 +263,8 @@ Any inquiries can be addressed to:
263263
<Time initial="true">1000</Time>
264264
<Interval>75</Interval>
265265
<Content>
266-
<Group>90</Group>
267-
<Group>111</Group>
266+
<Group>9</Group>
267+
<Group>11</Group>
268268
</Content>
269269
</Timer>
270270
</Timers>
@@ -291,6 +291,16 @@ Any inquiries can be addressed to:
291291
<NewFeature>Initial version</NewFeature>
292292
</Changes>
293293
</MinorVersion>
294+
<MinorVersion id="1">
295+
<Date>2024-03-08</Date>
296+
<Provider>
297+
<Author>Felix Wesemeier</Author>
298+
<Company>LOGIC media solutions GmbH</Company>
299+
</Provider>
300+
<Changes>
301+
<Fix>Several Fixes</Fix>
302+
</Changes>
303+
</MinorVersion>
294304
</MinorVersions>
295305
</MajorVersion>
296306
</MajorVersions>

0 commit comments

Comments
 (0)