Hi again... I want to know if there any advance with spanish translation... If not, I can look at this to move forward translating some phrases... Thanks!
Best posts made by Matias Saul
-
RE: Spanish Translation
Latest posts made by Matias Saul
-
Script Side Functions list
Hi!
I need to make some scripts verifying the last login time of some users....
I was looking in documentation for a list of all functions supported in server side scripting, but I could find it.
I think there is a lot of ways to read, write, change configurations... etc, from this side.Where I can find this? Thanks in advance!!
-
RE: Spanish Translation
Hi again... I want to know if there any advance with spanish translation... If not, I can look at this to move forward translating some phrases... Thanks!
-
Spanish Translation
Hi All,
Is It possible to think in make an official spanish translation for mango? I can help with some words, actually I have some Mango phrases translated.
-
RE: Create an Email Template for Event Handler
Thanks !! That did the trick...
-
RE: Create an Email Template for Event Handler
One more question.
How can I work with the results?
For example, when I use pvt.time, I get the timestamp only, and I need to show date and time format.
-
RE: Create an Email Template for Event Handler
Nice!! It worked pretty well. Thanks!
-
RE: Create an Email Template for Event Handler
Thanks for your help Philip !
Putting "additionalContext" to variables works! But I have some doubts about :
model.put("temperatureValues", temperature.last(10));
If I use this code in the script windows, I have to call the "temperatureValues" variable into the code, like:
${temperatureValues.value}
Works in that way? And I need to put this variable inside the
<#list renderedHtmlPointValues as renderedPvt>
or isn't necessary?Thanks in advance!
-
Create an Email Template for Event Handler
Hi all,
I'm trying to create a nice email template for event handler, but I really don't know hot to use it.
I need to add additional context to an binary data point trigger, showing last data of two additional data point.
Looking the documentation, I found this:
butwhen I try to replicate to my template isn't working.
Could someone help me this this? Thanks!!
-
RE: Log who change a point value
@phildunlap Thanks Phil!
I'm using Mango 2.7, and I'm trying to set an annotation, but in a specific timestamp. The idea is to ckeck which script or user write a value.
Could you help me with this script?
Thanks!
-
Log who change a point value
Hi all,
I want to know if It's possible to log (in alarm menu) if an user change a value manually, or if a script change it.
Any ideas?Thanks in advance,