// jshint maxerr:1000 const dp_waste_html = '0_userdata.0.Abfallentsorgung.waste_html'; const dp_waste_html_css = '0_userdata.0.Abfallentsorgung.waste_html_css'; fctCreateDP(); function fctCreateDP(){ if(!existsState(dp_waste_html)) { createState(dp_waste_html, {type: 'string', name: 'waste_html', role: 'value', read: true , write: true} ); } if(!existsState(dp_waste_html_css)) { createState(dp_waste_html_css, {type: 'string', name: 'waste_html_css', role: 'value', read: true , write: true} ); } }