Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed all errors #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -263,8 +263,9 @@ 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>
Expand Down
Loading