Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
26.02.2018, 11:15
(This post was last modified: 26.02.2018, 11:17 by buuuudzik.)
(26.02.2018, 10:53)admin Wrote: @buuuudzik, due to how RRD works I don't think that DST skip/overlap can be easily fixed
@Jørn, categories/groups for trends/schedulers are already planned
I understand and now I’ve added the timeshift correction when I am using Trend API
But what do you think about add the possibility of select if max/avg/min value is stored in RRD db? Is it easier than timeshift correction?
Done is better than perfect
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
Maybe you can also add into event object the info about last value (before change).
Done is better than perfect
Posts: 37
Threads: 13
Joined: Nov 2015
Reputation:
4
In Object definition, i would wish for the opportunity to expand possibility to edit Poll Interval
Now this is max 3600 seconds. Id like to be able to choose minutes and hours as well.
And also maybe a simple poll schedule, like poll every day at 14 o'clock
Now I do this with script, would be fun to easy set it up in object-definition.
Posts: 11
Threads: 0
Joined: Dec 2015
Reputation:
0
Hi,
I know that updatetime in event scripts shown only current time of event.
I suppose that save of previous state of updatetime field will be helpful for some application.
For example it is very simple to make doubleclick handler:
is_doubleclick = prev_updatetime + dblclick_timeout < updatetime
Just now I should use storage for save prev click time but think that using prev updatetime will be more elegant solution
Posts: 4643
Threads: 24
Joined: Aug 2017
Reputation:
207
(24.05.2018, 13:57)Safar Wrote: Hi,
I know that updatetime in event scripts shown only current time of event.
I suppose that save of previous state of updatetime field will be helpful for some application.
For example it is very simple to make doubleclick handler:
is_doubleclick = prev_updatetime + dblclick_timeout < updatetime
Just now I should use storage for save prev click time but think that using prev updatetime will be more elegant solution
Hi
What is the use case for double click?
BR
------------------------------
Ctrl+F5
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
A few time ago I was developing a normal switch button which switch light(short) + control disabling auto switching(on long and when appear big button short) by presence detector when user want it. In other case I was disabling blind also on long. And I've asked about double click because especially on mobile using intuitive few events can simplify visu. If you can implement some other actions than short click in editor it would be nice
Done is better than perfect
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
01.06.2018, 09:18
(This post was last modified: 01.06.2018, 09:18 by buuuudzik.)
Please add support to subfolders in serving .lp files. Problem description below:
path 'apps/data/myapp' returns index.lp from myapp folder
but path 'apps/data/myapp/settings' when there is no setting file returns 404 status.
So when I have an webapp with some modern routing and I will refresh page not in home path my app will crash until I will change path to home
Done is better than perfect
Posts: 120
Threads: 24
Joined: Jul 2015
Reputation:
0
Hi,
As someone have mentioned earlier in this thread. SIP interface, is it far away?
As I see it, there are only to things that is stopping me from only using LM on my project.
One is Video Intercom, and the other one is an official app for both Android and IOS.
BR Even Sundgot.
Posts: 4643
Threads: 24
Joined: Aug 2017
Reputation:
207
Official app exist on both platforms.
------------------------------
Ctrl+F5
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
Possibility to select black background in scripts (Lua, JS, CSS) for save integrators eyes
I know that I can do this by some webbrowser addon but I mean more whole theme.
Done is better than perfect
Posts: 76
Threads: 5
Joined: Sep 2016
Reputation:
4
I would like to see the custom values in all objects when using the set value function. Now it only works on boolean datatypes.
Best regards, Jørn.
Posts: 32
Threads: 10
Joined: Jan 2016
Reputation:
0
"Text" link buttons. So I don't need to make lots of different buttons with different text labels. (If you put the Text in as Text it makes the center of the button un-clickable.)
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
07.09.2018, 07:35
(This post was last modified: 07.09.2018, 07:37 by buuuudzik.)
Adding something like Beautify for improving visually code after save or after clicking special button. And please add black theme. And also buttons parallel to shortcuts because when I want do find and replace all then in Firefox window is refreshing so sometimes it is very badly, when I'm not save my code
Done is better than perfect
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
Changelog. Possibility to add some info about what today I'm changed and also check changelogs. Yes, I know that I can do it by myself in other place or I can create app but maybe it would be a standard?
Done is better than perfect
Posts: 76
Threads: 5
Joined: Sep 2016
Reputation:
4
It would be great to get error log on non-existant group addresses used in scripts.
Best regards, Jørn.
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
Adding NodeJS
Done is better than perfect