agent updates
This commit is contained in:
15
monster.html
15
monster.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user