mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Bump version number for pi-gpiod node
(and switch to text/html from text/x-red)
This commit is contained in:
parent
c2e5943897
commit
025229278d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-pi-gpiod",
|
"name": "node-red-node-pi-gpiod",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "A node-red node for PiGPIOd",
|
"description": "A node-red node for PiGPIOd",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"js-pigpio": "*"
|
"js-pigpio": "*"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<script type="text/x-red" data-template-name="pi-gpiod in">
|
<script type="text/html" data-template-name="pi-gpiod in">
|
||||||
<style>
|
<style>
|
||||||
.pinTable {
|
.pinTable {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@ -168,7 +168,7 @@
|
|||||||
their other use before using as GPIO.</div>
|
their other use before using as GPIO.</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="pi-gpiod in">
|
<script type="text/html" data-help-name="pi-gpiod in">
|
||||||
<p>Raspberry Pi input node. Generates a <code>msg.payload</code> with either a
|
<p>Raspberry Pi input node. Generates a <code>msg.payload</code> with either a
|
||||||
0 or 1 depending on the state of the input pin.
|
0 or 1 depending on the state of the input pin.
|
||||||
Requires the <a href="http://abyz.me.uk/rpi/pigpio/index.html" target="_new">pi-gpiod</a>
|
Requires the <a href="http://abyz.me.uk/rpi/pigpio/index.html" target="_new">pi-gpiod</a>
|
||||||
@ -233,7 +233,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-template-name="pi-gpiod out">
|
<script type="text/html" data-template-name="pi-gpiod out">
|
||||||
<style>
|
<style>
|
||||||
.pinTable {
|
.pinTable {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@ -415,7 +415,7 @@
|
|||||||
their other use before using as GPIO.</div>
|
their other use before using as GPIO.</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/x-red" data-help-name="pi-gpiod out">
|
<script type="text/html" data-help-name="pi-gpiod out">
|
||||||
<p>Raspberry Pi output node. Can be used in Digital, PWM or Servo modes. Requires the
|
<p>Raspberry Pi output node. Can be used in Digital, PWM or Servo modes. Requires the
|
||||||
<a href="http://abyz.me.uk/rpi/pigpio/index.html" target="_new">pi-gpiod</a> daemon to be running in order to work.</p>
|
<a href="http://abyz.me.uk/rpi/pigpio/index.html" target="_new">pi-gpiod</a> daemon to be running in order to work.</p>
|
||||||
<p><b>Inputs</b>
|
<p><b>Inputs</b>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user