Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 1

QA Update label


Apax

Question

 

Hi all !

I would like to update another QA's label. In this case, it's QA with ID 95 and the label is called Doors. Does anyone know if this is possible and what that code might look like.

 

Please login or register to see this code.

 

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

This is the syntax

 

QuickApp:updateView(component_name, component_attribute, value)

The method for updating the device view.

 
1
2
3
4
5
function QuickApp:updateViewSample()
    self:updateView("label1", "text", "Device on") -- updating the text for 'label1'.
    self:updateView("button1", "text", "on") -- updating the text for 'button1'.
    self:updateView("slider1", "value", "99") -- updating the text for 'slider1'.
end

 

 

But you mean from outside the QA?

 

Maybe with a Global Variable or the API

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0
  • Inquirer
  • @

    Please login or register to see this link.

     , thanks :) 

     

    Link to comment
    Share on other sites

    • 0
    On 11/21/2020 at 7:13 PM, RH_Dreambox said:

    This works for me.

    Please login or register to see this code.

     

    Is it possible to do this from HTTP command? like updating a label from a browser/another device in network?

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...