Skip to content

Commit 374ed15

Browse files
author
Patrick Knabe
committed
Documentation extended
1 parent e042367 commit 374ed15

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
## [1.0.0] - 2020-06-07
3+
## [v1.0.0] - 2020-06-08
44

55
### Added
66
- Functional clock generator for Node-RED
77
- Readme, Changelog and License
88

9-
[1.0.0]: https://github.com/patrickknabe/node-red-contrib-clock-generator/releases/tag/v1.0.0
9+
[v1.0.0]: https://github.com/patrickknabe/node-red-contrib-clock-generator/releases/tag/v1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-red-contrib-clock-generator
22

3-
A controlled clock generator for Node-RED that runs through the individual clock cycles with the set period duration.
3+
A controllable clock generator for Node-RED that runs through the individual clock cycles with the set period duration.
44

55
Features:
66

@@ -10,7 +10,7 @@ Features:
1010

1111
## Installation
1212

13-
Open Node-RED and select `Manage palette` from main menu to open the Palette Manager. Go to the `Install` tab, search for `node-red-contrib-clock-generator` and click `install`.
13+
Open Node-RED and select `Manage palette` from the menu to open the Palette Manager. Go to the `Install` tab, search for `node-red-contrib-clock-generator` and click `install`.
1414

1515
Alternatively, you can run the following command in your Node-RED user directory (typically `~/.node-red`):
1616

clock-generator.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<script type="text/html" data-help-name="clock-generator">
4848
<p>
49-
A controlled clock generator that runs through the individual clock cycles with the set period duration.
49+
A controllable clock generator that runs through the individual clock cycles with the set period duration.
5050
</p>
5151
<p>
5252
The clock generator starts when receiving <code>1</code> or <code>true</code> as value of <code>msg.payload</code>.
@@ -63,4 +63,7 @@
6363
The <b>Output</b> parameter specifies the data type of <code>msg.payload</code> in an outgoing message.
6464
You can choose between <code>0</code> / <code>false</code> and <code>1</code> / <code>true</code>.
6565
</p>
66+
<p>
67+
The outgoing message also contains <code>msg.timestamp</code>, which specifies the time of the status change in milliseconds since 1.1.1970.
68+
</p>
6669
</script>

0 commit comments

Comments
 (0)