mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
commit
50025428a5
@ -73,15 +73,14 @@
|
|||||||
<!-- This content appears in the Info sidebar when a node is selected -->
|
<!-- This content appears in the Info sidebar when a node is selected -->
|
||||||
<!-- The first <p> is used as the pop-up tool tip when hovering over a -->
|
<!-- The first <p> is used as the pop-up tool tip when hovering over a -->
|
||||||
<!-- node in the palette. -->
|
<!-- node in the palette. -->
|
||||||
<p>Simple outputput node to drive digispark RGB</p>
|
<p>Input node for the Ti SensorTag</p>
|
||||||
<p>Requires msg.payload to be of the form 'r,g,b'</p>
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Finally, the node type is registered along with all of its properties -->
|
<!-- Finally, the node type is registered along with all of its properties -->
|
||||||
<!-- The example below shows a small subset of the properties that can be set-->
|
<!-- The example below shows a small subset of the properties that can be set-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('sensorTag',{
|
RED.nodes.registerType('sensorTag',{
|
||||||
category: 'advanced', // the palette category
|
category: 'advanced-function', // the palette category
|
||||||
color:"GoldenRod",
|
color:"GoldenRod",
|
||||||
defaults: { // defines the editable properties of the node
|
defaults: { // defines the editable properties of the node
|
||||||
name: {value:"sensorTag"}, // along with default values.
|
name: {value:"sensorTag"}, // along with default values.
|
||||||
|
Loading…
Reference in New Issue
Block a user