Or it’s possible it may have something to do with the syntax.
https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/
Maybe try
attachInterrupt(digitalPinToInterrupt(WemosPin_D1), Func_Raumlicht, CHANGE);
Or it’s possible it may have something to do with the syntax.
https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/
Maybe try
attachInterrupt(digitalPinToInterrupt(WemosPin_D1), Func_Raumlicht, CHANGE);