Module: lib/tag

Members

(inner, constant) CLOUD_DATA_DELAY :number

the typical delay (in milliseconds) between the time a tag's data record is from (see lastUpdated()), and the time it shows up in the cloud.

Type:
  • number
Default Value:
  • 55000
Source:

(inner, constant) DEFAULT_RETRY_OPTIONS :object

Default options for retrying updates from the cloud.

Type:
  • object
Default Value:
  • {"minTimeout":"","maxTimeout":"","retries":4}
Source:

(inner, constant) MAX_UPDATE_LOOP_WAIT :number

the maximum amount of time in milliseconds to wait between consecutively fetching a new update from the cloud

Type:
  • number
Default Value:
  • 1800000
Source:

(inner, constant) MIN_UPDATE_LOOP_WAIT :number

the minimum amount of time in milliseconds to wait between consecutively fetching a new update from the cloud

Type:
  • number
Default Value:
  • 3000
Source: