Every command starts with 1 byte indicating if the command is a request-, write- or response-command. (All bytes are hexadecimal). Every group of bytes is little endian.
A request-command starts with 01 and gets a response-command from the watch, starting with 03. (See Requests for more info)
A write-command starts with 02. (See Writes for more info)