Support mPort voltage output switch types

An mPort device has a voltage output port that, if configured,
we should support like a switch.
pull/1167/head
Dan Smith 2016-02-07 20:24:19 +00:00
parent c113997609
commit 951fa603ff
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ _LOGGER = logging.getLogger(__name__)
SWITCH_MODELS = [
'Outlet',
'Output 5v',
'Output 12v',
'Output 24v',
]