Skip to content

Commit 4b7049d

Browse files
I improved this code
1 parent 61d4ae5 commit 4b7049d

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

QAction_15/QAction_15.csproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
23
<PropertyGroup>
34
<TargetFramework>net462</TargetFramework>
45
<Company>Skyline Communications</Company>
@@ -11,6 +12,11 @@
1112
</ItemGroup>
1213
<ItemGroup>
1314
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.1.0.6" />
15+
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.2.5">
16+
<PrivateAssets>all</PrivateAssets>
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
</PackageReference>
19+
<PackageReference Include="Skyline.DataMiner.Utils.Protocol.Extension" Version="1.0.0.3" />
1420
</ItemGroup>
1521
<ProjectExtensions>
1622
<VisualStudio>

QAction_9/QAction_9.csproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
23
<PropertyGroup>
34
<TargetFramework>net462</TargetFramework>
45
<Company>Skyline Communications</Company>
@@ -11,6 +12,11 @@
1112
</ItemGroup>
1213
<ItemGroup>
1314
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.1.0.6" />
15+
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.2.5">
16+
<PrivateAssets>all</PrivateAssets>
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
</PackageReference>
19+
<PackageReference Include="Skyline.DataMiner.Utils.Protocol.Extension" Version="1.0.0.3" />
1420
</ItemGroup>
1521
<ProjectExtensions>
1622
<VisualStudio>

protocol.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Any inquiries can be addressed to:
6060

6161
<Compliancies>
6262
<CassandraReady>true</CassandraReady>
63-
<MinimumRequiredVersion>10.1.0.0 - 9966</MinimumRequiredVersion>
63+
<MinimumRequiredVersion>10.3.0.0 - 12752</MinimumRequiredVersion>
6464
</Compliancies>
6565

6666
<Params>
@@ -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>

0 commit comments

Comments
 (0)