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


  • 0

[HC3] slider QA value


Kage

Question

is there a way to get a slider value if the QA is in a run=1

 

normally you have like this

function QuickApp:onChangedTimer(timerSet)
    if timerSet~=nil then setTimer=timerSet.values[1]statusDetectie()
    else setTimer=setTimer
    end
    self:updateView('timer','value',tostring(setTimer))
    if setTimer>0 and not lV then lightOnOff('On')
        Debug('grey','lamp on via setTimer')
    end
end

 

when asked the name "we will not asked" say set timer at 60 then the slider goes to 60 lamp goes on timer runs in run=1

the line self:updateView....... is for if the door is open en and no timer is set then the timer is automatically set at doorTimer the slider gets a update

 

if i say set timer at 40 nothing happens until the run is over it restarts the timer at 40

 

how can i set or get the value if slider is changed while run=1

if i call onChangedTimer() then i cant get value because of () this is nil. i know 🤣

 

thx

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...