agent updates

This commit is contained in:
znetsixe
2026-01-13 15:38:59 +01:00
parent 3971b4e328
commit 9708127a20
5 changed files with 243 additions and 49 deletions

View File

@@ -6,12 +6,15 @@
RED.nodes.registerType("monster", {
category: "EVOLV",
color: "#4f8582",
defaults: {
defaults: {
// Define specific properties
samplingtime: { value: 0 },
minvolume: { value: 5 },
maxweight: { value: 22 },
// Define default properties
name: { value: "" },
// Define specific properties
samplingtime: { value: 0 },
minvolume: { value: 5 },
maxweight: { value: 22 },
emptyWeightBucket: { value: 3 },
aquon_sample_name: { value: "" },
@@ -140,4 +143,4 @@
<ul>
</ul>
</script>
</script>