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