rule "proxy IR mqtt"
when
Item proxyIR received command
then
IRCode.sendCommand(transform("MAP", "ir.map", receivedCommand.toString))
end