Skip to content

Commit e674f9a

Browse files
author
Dave Conway-Jones
committed
cleanup some old x-red label - no new node versions
1 parent 169be33 commit e674f9a

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Diff for: analysis/swearfilter/74-swearfilter.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
<script type="text/x-red" data-template-name="badwords">
2+
<script type="text/html" data-template-name="badwords">
33
<div class="form-row">
44
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
55
<input type="text" id="node-input-name" placeholder="Name">
66
</div>
77
</script>
88

9-
<script type="text/x-red" data-help-name="badwords">
9+
<script type="text/html" data-help-name="badwords">
1010
<p>Analyses the <code>msg.payload</code> and tries to filter out any messages containing bad swear words...</p>
1111
<p><b>Note:</b> this only operates on payloads of type <b>string</b>. Everything else is blocked.</p>
1212
</script>

Diff for: function/PID/locales/en-US/pidcontrol.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<script type="text/x-red" data-help-name="PID control">
2+
<script type="text/html" data-help-name="PID control">
33
<p>A PID controller node.</p>
44
<p>This node ONLY expects a numeric <code>msg.payload</code> containing the current reading.
55
It will output the correction that needs to be applied in order to move to the preset <i>set point</i> value.</p>

Diff for: function/PID/pidcontrol.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<script type="text/x-red" data-template-name="PID control">
2+
<script type="text/html" data-template-name="PID control">
33
<div class="form-row">
44
<label for="node-input-target" style="width:120px;"><i class="fa fa-dot-circle-o"></i> Set Point</label>
55
<input type="text" id="node-input-target" placeholder="target value" style="width:60%;">

Diff for: hardware/PiFace/37-rpi-piface.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<script type="text/x-red" data-template-name="rpi-piface in">
2+
<script type="text/html" data-template-name="rpi-piface in">
33
<div class="form-row">
44
<label for="node-input-pin"><i class="fa fa-circle"></i> GPIO Pin</label>
55
<select type="text" id="node-input-pin" style="width: 150px;">
@@ -42,7 +42,7 @@
4242
<div class="form-tips">Tip: Only Digital I/O is supported - input must be 0 or 1.</div>
4343
</script>
4444

45-
<script type="text/x-red" data-help-name="rpi-piface in">
45+
<script type="text/html" data-help-name="rpi-piface in">
4646
<p>Raspberry Pi PiFace input node. Generates a <code>msg.payload</code> with either a 0 or 1 depending
4747
on the state of the input pin.</p>
4848
<p>You may also enable the input pullup resistor if required.</p>
@@ -76,7 +76,7 @@
7676
</script>
7777

7878

79-
<script type="text/x-red" data-template-name="rpi-piface out">
79+
<script type="text/html" data-template-name="rpi-piface out">
8080
<div class="form-row">
8181
<label for="node-input-pin"><i class="fa fa-circle"></i> GPIO Pin</label>
8282
<select type="text" id="node-input-pin" style="width: 150px;">
@@ -111,7 +111,7 @@
111111
<div class="form-tips">Tip: Only Digital I/O is supported - input must be 0 or 1.</div>
112112
</script>
113113

114-
<script type="text/x-red" data-help-name="rpi-piface out">
114+
<script type="text/html" data-help-name="rpi-piface out">
115115
<p>Raspberry Pi PiFace output node. The PiFace board must be fitted.</p>
116116
<p>Will set the selected relay, LED, or pin on or off depending on the value passed in. Expects a <code>msg.payload</code> with either a 1 or 0 (or true or false).</p>
117117
<p>Requires the WiringPi gpio command in order to work.</p>

Diff for: io/stomp/18-stomp.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<script type="text/x-red" data-template-name="stomp in">
2+
<script type="text/html" data-template-name="stomp in">
33
<div class="form-row">
44
<label for="node-input-server" style="width: 110px;"><i class="fa fa-bookmark"></i> Server</label>
55
<input type="text" id="node-input-server">
@@ -14,7 +14,7 @@
1414
</div>
1515
</script>
1616

17-
<script type="text/x-red" data-help-name="stomp in">
17+
<script type="text/html" data-help-name="stomp in">
1818
<p>Connects to a server using the Stomp protocol to receive messages.</p>
1919
<p>If the message received is JSON <code>msg.payload</code> will be parsed into an
2020
object. If not it will be the raw data.</p>
@@ -47,7 +47,7 @@
4747
});
4848
</script>
4949

50-
<script type="text/x-red" data-template-name="stomp out">
50+
<script type="text/html" data-template-name="stomp out">
5151
<div class="form-row">
5252
<label for="node-input-server" style="width: 110px;"><i class="fa fa-bookmark"></i> Server</label>
5353
<input type="text" id="node-input-server">
@@ -64,7 +64,7 @@
6464
property of the message.</div>
6565
</script>
6666

67-
<script type="text/x-red" data-help-name="stomp out">
67+
<script type="text/html" data-help-name="stomp out">
6868
<p>Connects to an Stomp capable server to send messages.</p>
6969
<p>The <b>Destination</b> field is optional. If set it overrides the <code>msg.topic</code>
7070
property of the message.</p>
@@ -99,7 +99,7 @@
9999
});
100100
</script>
101101

102-
<script type="text/x-red" data-template-name="stomp-server">
102+
<script type="text/html" data-template-name="stomp-server">
103103
<div class="form-row node-input-server">
104104
<label for="node-config-input-server"><i class="fa fa-bookmark"></i> Server</label>
105105
<input class="input-append-left" type="text" id="node-config-input-server" placeholder="localhost" style="width: 45%;" >

Diff for: social/feedparser/32-feedparse.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script type="text/x-red" data-template-name="feedparse">
1+
<script type="text/html" data-template-name="feedparse">
22
<div class="form-row">
33
<label for="node-input-url"><i class="fa fa-globe"></i> <span data-i18n="feedparse.label.feedurl"></span></label>
44
<input type="text" id="node-input-url">

Diff for: social/irc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name" : "node-red-node-irc",
3-
"version" : "0.0.8",
3+
"version" : "0.1.0",
44
"description" : "A Node-RED node to talk to an IRC server",
55
"dependencies" : {
6-
"irc" : "~0.4.0"
6+
"irc" : "^0.5.2"
77
},
88
"repository" : {
99
"type":"git",

0 commit comments

Comments
 (0)