From 8b7c15cf73e5897227fbc197f96ae2796a96df44 Mon Sep 17 00:00:00 2001
From: Frederic Anthierens <frederic.anthierens@skyline.be>
Date: Fri, 22 Mar 2024 15:37:19 +0100
Subject: [PATCH] I improved this code

---
 QAction_15/QAction_15.csproj         |  2 +-
 QAction_9/QAction_9.csproj           |  2 +-
 QAction_Helper/QAction_Helper.csproj |  2 +-
 protocol.xml                         | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/QAction_15/QAction_15.csproj b/QAction_15/QAction_15.csproj
index daeba7a..030b00e 100644
--- a/QAction_15/QAction_15.csproj
+++ b/QAction_15/QAction_15.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net462</TargetFramework>
+    <TargetFramework>net48</TargetFramework>
     <Company>Skyline Communications</Company>
     <Copyright>© Skyline Communications</Copyright>
     <GenerateDocumentationFile>True</GenerateDocumentationFile>
diff --git a/QAction_9/QAction_9.csproj b/QAction_9/QAction_9.csproj
index c042fcf..cbda375 100644
--- a/QAction_9/QAction_9.csproj
+++ b/QAction_9/QAction_9.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net462</TargetFramework>
+    <TargetFramework>net48</TargetFramework>
     <Company>Skyline Communications</Company>
     <Copyright>© Skyline Communications</Copyright>
     <GenerateDocumentationFile>True</GenerateDocumentationFile>
diff --git a/QAction_Helper/QAction_Helper.csproj b/QAction_Helper/QAction_Helper.csproj
index 094cabb..fa29bb1 100644
--- a/QAction_Helper/QAction_Helper.csproj
+++ b/QAction_Helper/QAction_Helper.csproj
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net462</TargetFramework>
+    <TargetFramework>net48</TargetFramework>
     <Company>Skyline Communications</Company>
     <Copyright>© Skyline Communications</Copyright>
   </PropertyGroup>
diff --git a/protocol.xml b/protocol.xml
index c3e698b..3fc38e0 100644
--- a/protocol.xml
+++ b/protocol.xml
@@ -101,7 +101,7 @@ Any inquiries can be addressed to:
 
 		<Param id="11" trending="false">
 			<Name>timer</Name>
-			<Description>tImeR</Description>
+			<Description>Timer</Description>
 			<Type>read</Type>
 			<Information>
 				<Subtext>The current value of a timer in seconds.</Subtext>
@@ -133,7 +133,7 @@ Any inquiries can be addressed to:
 
 		<Param id="12" trending="false">
 			<Name>timerStatus</Name>
-			<Description>Timer StaTuS</Description>
+			<Description>Timer Status</Description>
 			<Type>read</Type>
 			<Information>
 				<Subtext>Status of the timer.</Subtext>
@@ -245,7 +245,7 @@ Any inquiries can be addressed to:
 	</Triggers>
 
 	<Actions>
-		<Action id="9 ">
+		<Action id="9">
 			<Name>updateUtcTime</Name>
 			<On id="9">parameter</On>
 			<Type>run actions</Type>
@@ -263,8 +263,8 @@ Any inquiries can be addressed to:
 			<Time initial="true">1000</Time>
 			<Interval>75</Interval>
 			<Content>
-				<Group>90</Group>
-				<Group>111</Group>
+				<Group>9</Group>
+				<Group>11</Group>
 			</Content>
 		</Timer>
 	</Timers>