no message

This commit is contained in:
2025-06-24 14:41:32 +02:00
parent 1a57ff0989
commit f38da95162

View File

@@ -25,7 +25,7 @@ class PV_Visu extends IPSModule
$vid = $this->ReadPropertyInteger($prop);
if ($vid > 0) {
// Register event for variable update
$this->RegisterMessage(\$vid, VM_UPDATE);
$this->RegisterMessage($vid, VM_UPDATE);
}
}
}