1
0
This commit is contained in:
2023-08-13 04:42:53 +02:00
parent 27e2b6e028
commit da062f09c2

View File

@@ -277,12 +277,4 @@ class Watch {
module.exports = { module.exports = {
Watch, Watch,
}; };
/*
let test = new Watch('GB_TowelRadiator_State');
test.add({
targetState: 'OFF',
alertFunc: () => { console.log('Alle Achtung!'); },
});
*/