Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

VMG-14 - November 2020 - VUSION Manager

Table of Contents

...

Concept

All VUSION labels are equipped with an LED that can flash when a flash is triggered. Several flash profiles can be applied to a store: Normal, Fast and Ultra-Fast. These last two profiles reduce the wake-up time of the labels and thus allow them to flash in record time.

...

The JSON is as followed:

Code Block
languagejson
{
  "currentFlashProfile": "NORMAL",
  "lastFlashDate": "2020-01-16T16:04:40.444Z",
  "configuration": {
    "durationInMs": "1200000",
    "profile": "ULTRA_FAST_RESPONSE",
    "status": "ACTIVE"
  },
  "lastProfileChange": {
    "durationInMs": "1200000",
    "startDate": "2020-07-06T16:03:39.784Z",
    "endDate": "2020-07-06T16:00:38.1Z"
  }
}

To be understood as followed:

  • Current profile “Normal”: the store is currently not flashing. If the store was flashing, the current profile would be defined as “Ultra_fast_flash”.

  • Profile configuration “Ultra_fast_flash”: the store as been configuredt to do fast_flash.

  • Configuration status “Activated”: the configuration is actived which means when a flash will be triggered the current profile will switch to a Fast_Flash.