String MyCall "Temp [%s C]" {channel="exec:command:jf_call:output",autoupdate="true"} String MyCall_Kanal "Kanal [%s ]" {channel="exec:command:jf_call_kanal:output",autoupdate="true"} Number MyCall_Channel "Channel [%s]" String MyCall_Time "Laufzeit Pumpe [%s min]" {channel="exec:command:jf_call_time:output",autoupdate="true"} // state of the execution, is running or finished //Switch jfs_command {channel="exec:command:jfs_command:run"} // Arguments to be placed for '%2$s' in command line //String jfs_command_Args {channel="exec:command:jfs_command:input"} // Output of command line execution //String jfs_command_out {channel="exec:command:jfs:command:output"} //Group:Switch:OR(OFF, ON) Gplugs //Switch Power_Plug_Socket_1 (Gplugs) //Switch Power_Plug_Socket_2 (Gplugs) //Switch Power_Plug_Socket_3 (Gplugs) //Switch Power_Plug_Socket_4 (Gplugs) //String PlaceHolder "" //Switch Remote_Send { channel="exec:command:remote-send:run" } //String Remote_Send_Args { channel="exec:command:remote-send:input" } //String Remote_Send_Out { channel="exec:command:remote-send:output" }