IP-Symcon Module Library  v1.0
IPSEDIP_Installation.ips.php-Dateireferenz

gehe zum Quellcode dieser Datei

Variablen

 $IPS_INSTALL_PROGRAM_PATH = 'Program'
 $IPS_INSTALL_HARDWARE_PATH = 'Hardware'
 $ProgramPath = ".IPSEDIP"
 Pfad für Programm Installation.
 $HardwarePath = ".IPSEDIP"
 Pfad für Hardware Installation.
 $HardwareCategoryId = CreateCategoryPath($HardwarePath, 90)
 $ProgramCategoryId = CreateCategoryPath($ProgramPath, 90)
 $CategoryIdScripts = CreateCategory('Scripts', $ProgramCategoryId, 0)
 $id_ScriptMain = CreateScript('IPSEDIP', 'IPSEDIP.class.php', $CategoryIdScripts, 10)
 $id_ScriptConstants = CreateScript('IPSEDIP_Constants', 'IPSEDIP_Constants.ips.php', $CategoryIdScripts, 30)
 $id_ScriptConfiguration = CreateScript('IPSEDIP_Configuration', 'IPSEDIP_Configuration.ips.php', $CategoryIdScripts, 40)
 $id_ScriptReceive = CreateScript('IPSEDIP_Receive', 'IPSEDIP_Receive.ips.php', $CategoryIdScripts, 50)
 $id_ScriptEvent = CreateScript('IPSEDIP_Event', 'IPSEDIP_Event.ips.php', $CategoryIdScripts, 60)
 $id_ScriptTimer = CreateScript('IPSEDIP_Timer', 'IPSEDIP_Timer.ips.php', $CategoryIdScripts, 70)
 $id_ScriptInstallation = CreateScript('IPSEDIP_Installation', 'IPSEDIP_Installation.ips.php', $CategoryIdScripts,100)

Ausführliche Beschreibung

Autor:
Andreas Brauneis

Script zur kompletten Installation der IPS EDIP Steuerung.

Definiert in Datei IPSEDIP_Installation.ips.php.