clear alarm node: fixed typo
This commit is contained in:
parent
5ad33bafc6
commit
6d468036e7
@ -32,9 +32,9 @@ public class TbClearAlarmNodeConfiguration extends TbAbstractAlarmNodeConfigurat
|
|||||||
" details = JSON.parse(metadata.prevAlarmDetails);\n" +
|
" details = JSON.parse(metadata.prevAlarmDetails);\n" +
|
||||||
" //remove prevAlarmDetails from metadata\n" +
|
" //remove prevAlarmDetails from metadata\n" +
|
||||||
" metadata.delete('prevAlarmDetails')\n" +
|
" metadata.delete('prevAlarmDetails')\n" +
|
||||||
" //now metadata is the same as it comes to this rule node" +
|
" //now metadata is the same as it comes IN this rule node" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"//***PLACE YOU CODE BELOW***\n" +
|
"//***PLACE YOUR CODE BELOW***\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"return details;");
|
"return details;");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user