What fomat is this key? how would be best to convert?

Viewed 22

I am trying to automate an IR device using Python. It's a cloud based universal remote.

Below is the command that has been intercepted whilst debugging the device directly from the cloud. Is the key format hex, pulse or base64? how would be best to convert from one to the other?

{"control":"send_ir",
"type":0,
"delay":300,
"head":"020ed8000000000008001300150016003d00720026007500a6",
"key1":"001*^^(#%$000100%$000280%#%$000100%$0005F0%$0012FFFF80%$0007FC%$0010FFFE%$002DFFFFFFFFFFF0%#%$000280%$0003C0&"} 
0 Answers
Related