[Solved] HABmin rule designer, can't get it to work

capital Time :slight_smile:

You can use a cool tool for syntax validation: openHAB VS Code Extension 0.3.5

rule "Neato Autostart"
when
	Time cron "0 55 10 ? * MON,WED,THU,FRI,SAT *"
then
	if (AlarmStatus_Hus = OFF) {
	Neato_SendCommand.sendCommand("CLEAN")
    }
end