GT06 variant GPRS command

Niraj Singh 3 years ago

Hi,

I have two variant of GT06 which accepts two different kinds of Engine cut GPRS command.

variant 1 accepts RELAY,1# and variant 2 accepts DYD,000000#

how do I manage them in gt06 port 5023 be default it is sending only RELAY,1# command

Anton Tananaev 3 years ago

You can set gt06.alternative parameter per device or a group of devices.

Niraj Singh 3 years ago

Hi Anton,

thanks for quick response.I know how to set it in config file like this

<entry key='gt06.alternative'>true</entry>

but when i set this true it starts sending DYD,000000# by default.Please tell me how to set it at device or group level.

thanks in advance..!!

Anton Tananaev 3 years ago

You can set the same parameter in the device or group attributes.

Niraj Singh 3 years ago

Hi Anton,

I searched and found it.We need to set it at attribute level.I did it and it worked.

thanks