diff --git a/nodes/ccu-get-value.html b/nodes/ccu-get-value.html index 4ab15a9..5b863dd 100644 --- a/nodes/ccu-get-value.html +++ b/nodes/ccu-get-value.html @@ -110,7 +110,7 @@ } }); $.getJSON('ccu?type=sysvar&config=' + nodeId, data => { - $nodeInputSysvar.html(''); + $nodeInputSysvar.html(''); if (data) { Object.keys(data).forEach(name => { $nodeInputSysvar.append('');