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:
Dan Smith 2016-02-07 20:24:19 +00:00
parent c113997609
commit 951fa603ff

View file

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