Support mPort voltage output switch types
An mPort device has a voltage output port that, if configured, we should support like a switch.
This commit is contained in:
parent
c113997609
commit
951fa603ff
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
SWITCH_MODELS = [
|
||||
'Outlet',
|
||||
'Output 5v',
|
||||
'Output 12v',
|
||||
'Output 24v',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue