2026-02-08 10:32:20.445 error Issue at setResumeRoomScheduleTadoX(): 'AxiosError: apiCall(setResumeRoomScheduleTadoX) failed: Request failed with status code 400' tado.0 2026-02-08 10:32:20.444 error Request failed with status code 400 with response "Unsupported content type"
In tadoApi.js i fixed it this way
const bodyToSend = (payload === 'null' || payload === null) ? {} : payload;