Hej Martin, tack för att du inte ger upp
Vill trots allt om det är möjligt kunna starta en del av mina nexa med dim påslaget.
Självklart om man är hemma så kan man ju ändra det via datorns gui, mobbe wifi. eller mobbe sms.
Men det bästa med detta är ju möjligheten att lägga scheman för att lura tjuven när man är borta
Här är bat filerna
C:\temp\DovTelConCmd.exe --host=192.168.1.1 --pwd=xxxxxx --dim=vrum1:40 , dim.bat
C:\Temp\DovTelConCmd.exe --host=192.168.1.1 --pwd=xxxxxx --off=vrum1 , on .bat
C:\Temp\DovTelConCmd.exe --host=192.168.1.1 --pwd=xxxxxx --on=vrum1 , off.bat
Antar att du menar SK server conf?
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="switchKing.scriptExecutorPlugin" type="SwitchKing.Server.Plugins.ScriptExecutor.Configuration.ListenerSection, ScriptExecutorPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true" />
</configSections>
<switchKing.scriptExecutorPlugin name="Scripts">
<devices>
<!-- Use the tag below to set scripts and arguments for your devices. -->
<!-- Attributes as follows: -->
<!-- deviceName: The name of the device to trigger script for. Must be the same as set in Switch King Client. -->
<!-- onScript: The full path to the executable file to run when device is turned on. -->
<!-- onScriptArgs: Arguments passed to the executable file (example: arg1 and arg2): C:\temp\on.bat arg1 arg2 -->
<!-- offScript: The full path to the executable file to run when device is turned off. -->
<!-- offScriptArgs: Arguments passed to the executable file (example: arg1 and arg2): C:\temp\off.bat arg1 arg2 -->
<!-- dimScript: The full path to the executable file to run when device is dimmed. -->
<!-- use [level] or [dimlevel] in the file name to have different files when dimmed to different -->
<!-- levels, for example C:\temp\dim[level].bat, where level is the dim level in percent. -->
<!-- dimScriptArgs: Arguments passed to the executable file (example: arg1 and arg2): C:\temp\dim.bat arg1 arg2 -->
<!-- waitForExit: Waits for the script to fully execute before continuing the work. (true/false) -->
<add deviceName="vrum1"
onScript="C:\temp\on.bat" onScriptArgs="vrum1"
offScript="C:\temp\off.bat" offScriptArgs="vrum1"
dimScript="C:\temp\on[level].bat" dimScriptArgs="vrum1"
intercept="true"
waitForExit="true" />
</devices>
</switchKing.scriptExecutorPlugin>
</configuration>
Börjar bli lite mosig i kolan nu

så om det va nått annat du ville ha så är det bara att hojta till
