Promotion de variables locales
On the platform, variables can be defined at the client level (local) or at the global level (shared by all clients in an instance). This feature allows promoting a local variable to a global variable, facilitating its reuse across multiple contexts within the platform.
When a variable is promoted:
- It is removed from the local variables list of the client that originally defined it.
- It is added to the global variables list, available to all clients within the instance.
- It becomes available for use in device configuration for any client.
Warning: This action is not reversible.
How to Promote a Variable
- Go to the client's Variable Types list.
- Click on the context menu of the desired variable.
- Select the Promote to Global option.

Promotion Confirmation
When selecting the option, the platform displays a warning indicating that the variable will move from the local scope to the global scope.

Once the action is confirmed:
- The variable will no longer be available exclusively to the original client.
- It will be included in the global variables list.

Post-Promotion Management
Promoted variables can be managed (edited, cloned, or deleted) in the same way as those originally created as global variables.
Cloner les types de variables
Introduction Les variables nous permettent de définir et déterminer des comptages ou mesures de multiples états, tels que la température, le temps, l'occupation, le flux de personnes, entre autres. En raison des usages divers des variables au sein de la plateforme, le clonage de variables a été créé.
Remplacement de variable globale
C'est le processus par lequel une variable locale (définie par un client) est supprimée et remplacée par une variable globale, en appliquant ce changement à tous les appareils, modèles ou environnements où elle était précédemment configurée.