Skip to content

Commit

Permalink
RENAME palette label for nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Feb 25, 2023
1 parent 9310565 commit b051570
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## node-red-contrib-letsfiware-NGSI v0.12.0-next

- RENAME ppalette label for nodes (#114)
- UPDATE documentation (#113)

## node-red-contrib-letsfiware-NGSI v0.12.0 - 23 February, 2023
Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/attribute-value/attribute-value.html
Expand Up @@ -50,7 +50,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI Attribute value";
}
},
paletteLabel: 'attribute value'
});

/* eslint no-unused-vars: 0 */
Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/attribute/attribute.html
Expand Up @@ -52,7 +52,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI Attribute";
}
},
paletteLabel: 'attribute'
});

/* eslint no-unused-vars: 0 */
Expand Down
5 changes: 3 additions & 2 deletions src/nodes/NGSI/attributes/attributes.html
Expand Up @@ -50,7 +50,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI Attributes";
}
},
paletteLabel: 'attributes'
});
</script>

Expand Down Expand Up @@ -154,4 +155,4 @@ <h4>Outputs</h4>

<h3>Details</h3>
<p>See <a href="https://node-red-contrib-letsfiware-ngsi.letsfiware.jp/en/custom_nodes/ngsi_attributes/">here</a> for full documentation.</p>
</script>
</script>
3 changes: 2 additions & 1 deletion src/nodes/NGSI/batch-update/batch-update.html
Expand Up @@ -48,7 +48,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI Batch update";
}
},
paletteLabel: 'batch update'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/entity/entity.html
Expand Up @@ -49,7 +49,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || 'NGSI Entity';
}
},
paletteLabel: 'entity'
});

/* eslint no-unused-vars: 0 */
Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/gtfs-realtime/gtfs-realtime.html
Expand Up @@ -38,7 +38,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "GTFS Realtime to NGSI";
}
},
paletteLabel: 'gtfs realtime to ngsi'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/historical-context/historical-context.html
Expand Up @@ -57,7 +57,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "Historical Context";
}
},
paletteLabel: 'historical'
});

/* eslint no-unused-vars: 0 */
Expand Down
Expand Up @@ -38,7 +38,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || 'OpenWeatherMap to NGSI';
}
},
paletteLabel: 'openweathermap to ngsi'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/registration/registration.html
Expand Up @@ -45,7 +45,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || "NGSI registration";
}
},
paletteLabel: 'registration'
});

/* eslint no-unused-vars: 0 */
Expand Down
Expand Up @@ -42,7 +42,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || 'Service and ServicePath';
}
},
paletteLabel: 'service and servicepath'
});

/* eslint no-unused-vars: 0 */
Expand Down Expand Up @@ -121,4 +122,4 @@ <h4>Output</h4>

<h3>Details</h3>
<p>See <a href="https://node-red-contrib-letsfiware-ngsi.letsfiware.jp/en/custom_nodes/service-and-servicepath/">here</a> for full documentation.</p>
</script>
</script>
3 changes: 2 additions & 1 deletion src/nodes/NGSI/source/source.html
Expand Up @@ -49,7 +49,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI source";
}
},
paletteLabel: 'source'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/subscription/subscription.html
Expand Up @@ -51,7 +51,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || "NGSI subscription";
}
},
paletteLabel: 'subscription'
});

/* eslint no-unused-vars: 0 */
Expand Down
5 changes: 3 additions & 2 deletions src/nodes/NGSI/timeseries/timeseries.html
Expand Up @@ -60,7 +60,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || 'NGSI timeseries';
}
},
paletteLabel: 'timeseries'
});

/* eslint no-unused-vars: 0 */
Expand Down Expand Up @@ -329,4 +330,4 @@ <h4>Outputs</h4>

<h3>Details</h3>
<p>See <a href="https://node-red-contrib-letsfiware-ngsi.letsfiware.jp/en/custom_nodes/ngsi_timeseries/">here</a> for full documentation.</p>
</script>
</script>
3 changes: 2 additions & 1 deletion src/nodes/NGSI/to-dashboard/to-dashboard.html
Expand Up @@ -41,7 +41,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI to dashboard";
}
},
paletteLabel: 'ngsi to dashboard'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/to-worldmap/to-worldmap.html
Expand Up @@ -40,7 +40,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "NGSI to worldmap";
}
},
paletteLabel: 'ngsi to worldmap'
});
</script>

Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/types/types.html
Expand Up @@ -47,7 +47,8 @@
icon: 'fiware-non-free.svg',
label: function () {
return this.name || 'NGSI Types';
}
},
paletteLabel: 'types'
});

/* eslint no-unused-vars: 0 */
Expand Down
3 changes: 2 additions & 1 deletion src/nodes/NGSI/version/version.html
Expand Up @@ -42,7 +42,8 @@
icon: "fiware-non-free.svg",
label: function () {
return this.name || "FIWARE version";
}
},
paletteLabel: 'version'
});
</script>

Expand Down

0 comments on commit b051570

Please sign in to comment.