Skip to content

Commit

Permalink
Merge c8a2881 into 936a2d5
Browse files Browse the repository at this point in the history
  • Loading branch information
ottoszika authored Dec 13, 2019
2 parents 936a2d5 + c8a2881 commit 25b9c71
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/channel-count/channel-count.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-channel-count">
<p>Retrieves the channel count of the device</p>
<p>Retrieves the channels number of the device</p>
</script>
2 changes: 1 addition & 1 deletion src/humidity/humidity.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-humidity">
<p>Retrieves the humidity</p>
<p>Retrieves the humidity from the device sensor</p>
</script>
2 changes: 1 addition & 1 deletion src/power-state-read/power-state-read.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-power-state">
<p>Reads the power state of the device</p>
<p>Reads the power state of the device on the specified channel</p>
</script>
2 changes: 1 addition & 1 deletion src/power-state-write/power-state-write.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-power-write">
<p>Sets the power state of the device</p>
<p>Sets the power state of the device on the specified channel</p>
</script>
2 changes: 1 addition & 1 deletion src/power-usage/power-usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-power-usage">
<p>Retrieves or sets the power state of the device</p>
<p>Retrieves the power usage of the device</p>
</script>
2 changes: 1 addition & 1 deletion src/temperature-humidity/temperature-humidity.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-temperature-humidity">
<p>Retrieves the humidity</p>
<p>Retrieves the temperature and humidity from the device sensor</p>
</script>
2 changes: 1 addition & 1 deletion src/temperature/temperature.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</script>

<script type="text/x-red" data-help-name="ewelink-temperature">
<p>Retrieves the humidity</p>
<p>Retrieves the temperature from the device sensor</p>
</script>

0 comments on commit 25b9c71

Please sign in to comment.