Yet Another WebIOPi+
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Macros
Pages
python
webiopi
devices
instance.py
Go to the documentation of this file.
1
DEVICES = {}
2
def
deviceInstance
(name):
3
if
name
in
DEVICES:
4
return
DEVICES[name][
"device"
]
5
else
:
6
return
None
webiopi.devices.instance.deviceInstance
def deviceInstance
Definition:
instance.py:2
Generated on Sat Sep 10 2016 09:37:04 for Yet Another WebIOPi+ by
1.8.8