changed xilica node colors (black on white to match the brand)

This commit is contained in:
Niko Vujić
2025-12-31 09:54:39 +01:00
parent 608a308b5a
commit e7acf05545
5 changed files with 45 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<script type="text/javascript">
RED.nodes.registerType('xilica-command', {
category: 'Xilica',
color: '#D8E7FF',
color: '#000000',
defaults: {
name: { value: "" },
connection: { value: "", type: "xilica-connection", required: true },
@@ -63,4 +63,3 @@ RED.nodes.registerType('xilica-command', {
</ul>
<p>The node automatically appends the required carriage return and waits for the response. When parsing is enabled, it returns an object (or array of objects) describing values, notifications, OK and error responses. When disabled, it returns the raw response lines as a single string.</p>
</script>