mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 22:54:26 -04:00
Add favourites to progams hon#47
This commit is contained in:
parent
4888f2b1d0
commit
a081ef1f97
3 changed files with 24 additions and 1 deletions
|
@ -47,3 +47,6 @@ class HonParameterProgram(HonParameterEnum):
|
|||
if "iot_" not in n and p.parameters.get("prCode")
|
||||
}
|
||||
return dict(sorted(values.items()))
|
||||
|
||||
def set_value(self, value: str):
|
||||
self._value = value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue