File tree 3 files changed +20
-8
lines changed
3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
3
<PropertyGroup >
3
4
<TargetFramework >net462</TargetFramework >
4
5
<Company >Skyline Communications</Company >
11
12
</ItemGroup >
12
13
<ItemGroup >
13
14
<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" />
14
20
</ItemGroup >
15
21
<ProjectExtensions >
16
22
<VisualStudio >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
3
<PropertyGroup >
3
4
<TargetFramework >net462</TargetFramework >
4
5
<Company >Skyline Communications</Company >
11
12
</ItemGroup >
12
13
<ItemGroup >
13
14
<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" />
14
20
</ItemGroup >
15
21
<ProjectExtensions >
16
22
<VisualStudio >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Any inquiries can be addressed to:
60
60
61
61
<Compliancies >
62
62
<CassandraReady >true</CassandraReady >
63
- <MinimumRequiredVersion >10.1 .0.0 - 9966 </MinimumRequiredVersion >
63
+ <MinimumRequiredVersion >10.3 .0.0 - 12752 </MinimumRequiredVersion >
64
64
</Compliancies >
65
65
66
66
<Params >
@@ -101,7 +101,7 @@ Any inquiries can be addressed to:
101
101
102
102
<Param id =" 11" trending =" false" >
103
103
<Name >timer</Name >
104
- <Description >tImeR </Description >
104
+ <Description >Timer </Description >
105
105
<Type >read</Type >
106
106
<Information >
107
107
<Subtext >The current value of a timer in seconds.</Subtext >
@@ -133,7 +133,7 @@ Any inquiries can be addressed to:
133
133
134
134
<Param id =" 12" trending =" false" >
135
135
<Name >timerStatus</Name >
136
- <Description >Timer StaTuS </Description >
136
+ <Description >Timer Status </Description >
137
137
<Type >read</Type >
138
138
<Information >
139
139
<Subtext >Status of the timer.</Subtext >
@@ -245,7 +245,7 @@ Any inquiries can be addressed to:
245
245
</Triggers >
246
246
247
247
<Actions >
248
- <Action id =" 9 " >
248
+ <Action id =" 9" >
249
249
<Name >updateUtcTime</Name >
250
250
<On id =" 9" >parameter</On >
251
251
<Type >run actions</Type >
@@ -263,8 +263,8 @@ Any inquiries can be addressed to:
263
263
<Time initial =" true" >1000</Time >
264
264
<Interval >75</Interval >
265
265
<Content >
266
- <Group >90 </Group >
267
- <Group >111 </Group >
266
+ <Group >9 </Group >
267
+ <Group >11 </Group >
268
268
</Content >
269
269
</Timer >
270
270
</Timers >
You can’t perform that action at this time.
0 commit comments