Merge pull request #6 from hardillb/master

Fix category
This commit is contained in:
Nick O'Leary 2013-10-30 09:23:55 -07:00
commit 50025428a5
1 changed files with 2 additions and 3 deletions

View File

@ -73,15 +73,14 @@
<!-- 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 -->
<!-- node in the palette. -->
<p>Simple outputput node to drive digispark RGB</p>
<p>Requires msg.payload to be of the form 'r,g,b'</p>
<p>Input node for the Ti SensorTag</p>
</script>
<!-- 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-->
<script type="text/javascript">
RED.nodes.registerType('sensorTag',{
category: 'advanced', // the palette category
category: 'advanced-function', // the palette category
color:"GoldenRod",
defaults: { // defines the editable properties of the node
name: {value:"sensorTag"}, // along with default values.