clear alarm node: fixed typo

This commit is contained in:
Sergey Matvienko 2021-10-12 14:46:03 +03:00
parent 5ad33bafc6
commit 6d468036e7

View File

@ -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;");