You were appending msg.payload to your command. So you where adding 1617359621080 to the end of your command , as msg.payload was a timestamp.
You were appending msg.payload to your command. So you where adding 1617359621080 to the end of your command , as msg.payload was a timestamp.