diff --git a/utils/watch.js b/utils/watch.js index 809f64f..ce48141 100644 --- a/utils/watch.js +++ b/utils/watch.js @@ -277,12 +277,4 @@ class Watch { module.exports = { Watch, -}; - -/* -let test = new Watch('GB_TowelRadiator_State'); -test.add({ - targetState: 'OFF', - alertFunc: () => { console.log('Alle Achtung!'); }, -}); -*/ \ No newline at end of file +}; \ No newline at end of file