TwiceAsNice
2019-02-18
|
Classes | |
class | lsysWebCameraControl.switch |
Namespaces | |
lsysWebCameraControl | |
Functions | |
def | lsysWebCameraControl.case (args) |
def | lsysWebCameraControl.usage () |
def | lsysWebCameraControl.xml (_shutter) |
Variables | |
lsysWebCameraControl.auth = HTTPBasicAuth('admin', 'linc2015atlbt') | |
string | lsysWebCameraControl.url_sx = 'http://192.168.156.243/ISAPI/System/Hardware/IrLightSwitch' |
string | lsysWebCameraControl.url_dx = 'http://192.168.156.244/ISAPI/System/Hardware/IrLightSwitch' |
lsysWebCameraControl.shutter = None | |
bool | lsysWebCameraControl.sx = False |
bool | lsysWebCameraControl.dx = False |
lsysWebCameraControl.rc = requests.put(url_sx, auth=auth, data=xml(shutter)) | |