arduino2/openhab2/items/demo.items
2020-11-06 13:17:55 +01:00

25 lines
1.1 KiB
Plaintext

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 <poweroutlet>
//Switch Power_Plug_Socket_1 <poweroutlet> (Gplugs)
//Switch Power_Plug_Socket_2 <poweroutlet> (Gplugs)
//Switch Power_Plug_Socket_3 <poweroutlet> (Gplugs)
//Switch Power_Plug_Socket_4 <poweroutlet> (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" }