Skip to content

WidyaAi/TrackerConfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Widya Tracker Configuration

APN

Kind Syntax Example
set setAPN(<apnname>,<username>,<password>) setAPN(internet,,)

Operating Status

Analog

Kind Syntax Example
set setAnalogOperatingStatus(<address>,<min>,<max>) setAnalogOperatingStatus(0,1,1023)

the address has only values 0-2 min and max have only values 0-4095

Digital

Kind Syntax Example
set setDigitalOperatingStatus(<address>,<mode>,<threshold>) setDigitalOperatingStatus(1,1,400)

addrees value is 0-2.

mode are two types, namely nc(0) and no(1).

threshold is parameter to reach true value, the range is 0-1023.

Interval Publish

Kind Syntax Example
set setIntervalPub(<time in second, from 1 until 100>) setIntervalPub(2)

Mode Relay

Kind Syntax Example
set setModeRelay(<String, "nc" or "no">) setModeRelay(nc)

Reset Factory

Factory reset is used to restore all data variable reset.

Kind Syntax Example
set setFactory() setFactory()

All Configuration

Kind Syntax Example
set setAllConfig(<apn>;<user_apn>;<pass_apn>;<interval publish>;<tone_mode>;<gmt>) setAllConfig(internet;;;1;1;0)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published