mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 22:54:26 -04:00
Fix some stuff for hoover appliances
This commit is contained in:
parent
9ee5dbc956
commit
5db13a90e7
9 changed files with 31 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
from typing import Dict, Any, List
|
||||
from typing import Dict, Any
|
||||
|
||||
from pyhon.parameter.base import HonParameter
|
||||
|
||||
|
@ -19,7 +19,3 @@ class HonParameterFixed(HonParameter):
|
|||
def value(self, value: str | float) -> None:
|
||||
# Fixed values seems being not so fixed as thought
|
||||
self._value = value
|
||||
|
||||
@property
|
||||
def values(self) -> List[str]:
|
||||
return list(str(self.value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue