Bump version number for pi-gpiod node

(and switch to text/html from text/x-red)
This commit is contained in:
Ben Hardill 2021-01-12 09:57:12 +00:00
parent c2e5943897
commit 025229278d
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7
2 changed files with 5 additions and 5 deletions

View File

@ -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": "*"

View File

@ -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>