How to use in scenes
All values that are shown or can be modified via the QuickApp are also available externally, for example from a scene. The values can be retrieved with the help of the json object published and periodically updated in the QuickApp’s values variable, while they can be written by calling the set_value() function of the QuickApp with the appropriate parameters. The QuickApp also publishes its own ID in a global variable. You can set the name of this global variable in the QuickApp variable called app_name, e.g.: