mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-21 02:33:01 +02:00
Add rule handling
This commit is contained in:
@@ -19,3 +19,4 @@ class HonParameterFixed(HonParameter):
|
||||
def value(self, value: str | float) -> None:
|
||||
# Fixed values seems being not so fixed as thought
|
||||
self._value = value
|
||||
self.check_trigger(value)
|
||||
|
||||
Reference in New Issue
Block a user