Define expiration timer in .items file

so it should be like that:

Switch MyItem "My Expiration Timer" {channel="...",expire="30m,OFF"}

IF you need a command (that is: a binding should send the OFF command to some hardware), you’ll need to add command= to the configuration:

Switch MyItem "My Expiration Timer" {channel="...",expire="30m,command=OFF"}
1 Like