namo
Wondeproud protocol is updated: parameter wait_ack is added for custom command.
This parameter allows to disable waiting of command response from the device.
By default wait_ack=true and server waits command response (a packet that starts with $ sign) to consider the command as executed.
If you switch to wait_ack=false, then the command is considered to be executed as soon as it's sent to the device's connection, without waiting for any response from the device.