12/19/2019 6:47 AM | |
Joined: 1/10/2017 Last visit: 12/20/2021 Posts: 531 Rating:
|
Maybe it is a to small refresh time between the intervals. Test it with 10s as the web server is not that fast. |
12/19/2019 12:28 PM | |
Joined: 1/10/2017 Last visit: 12/20/2021 Posts: 531 Rating:
|
Oh, I see. I am not firm in java, but maybe it has to do something with only one type of variables are allowed thing: https://stackoverflow.com/questions/27872387/can-a-java-lambda-have-more-than-1-parameter Are the variables different kind or would it be possible to use a list of variables for passing to the main html? |
12/19/2019 1:35 PM | |
Joined: 2/24/2018 Last visit: 12/14/2021 Posts: 10 Rating:
|
Both variable are INT type. |
Last edited by: Andre309 at: 12/19/2019 13:36:17 |
|
1/10/2020 5:06 PM | |
Joined: 2/8/2017 Last visit: 3/23/2022 Posts: 84 Rating:
|
sorry, i missed the "$." in front of json parse it has to be:
as alternativ you can also choose native java script:
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse |
Follow us on