TwiceAsNice  2019-02-18
Classes | Functions | Variables
lsysWebCameraControl Namespace Reference

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))
 

Function Documentation

◆ case()

def lsysWebCameraControl.case (   args)

◆ usage()

def lsysWebCameraControl.usage ( void  )

◆ xml()

def lsysWebCameraControl.xml (   _shutter)

Variable Documentation

◆ auth

lsysWebCameraControl.auth = HTTPBasicAuth('admin', 'linc2015atlbt')

◆ dx

bool lsysWebCameraControl.dx = False

◆ rc

lsysWebCameraControl.rc = requests.put(url_sx, auth=auth, data=xml(shutter))

◆ shutter

string lsysWebCameraControl.shutter = None

◆ sx

bool lsysWebCameraControl.sx = False

◆ url_dx

string lsysWebCameraControl.url_dx = 'http://192.168.156.244/ISAPI/System/Hardware/IrLightSwitch'

◆ url_sx

string lsysWebCameraControl.url_sx = 'http://192.168.156.243/ISAPI/System/Hardware/IrLightSwitch'