GT06 /send/command

ritesha year ago

I have few question regarding custom command. Please help me out with this query.

{
   
  "deviceId": 2,

  "type": "custom",
  "description":"desc",
  "attributes":{
"data":"UPLOAD,10"
  }
  
}
  1. I am using Gt06 Protocol device. I used to set upload timing via sms. "UPLOAD,10#". Is it same for api in command ?
  2. Should i have to convert to hex value ?
  3. Where should i get response of command?

Thanks in advance.

Anton Tananaeva year ago
  1. Depends on the protocol. Check documentation for your device.
  2. For GT06 - no.
  3. If it's supported, you will see it in the position attributes.
ritesha year ago

this is protocol file link.
https://docs.google.com/document/d/1iKS_SKb4iOQmhoKijWuLVB1FO78ip0A_/edit

What should i check in protocol docs?

Please help me out

Anton Tananaeva year ago

What should i check in protocol docs?

The format.

ritesha year ago

can you help for with example for upload,10#

Anton Tananaeva year ago

I can't find anything like that in your document. Did I miss something?