-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello CurlyMoo,
while playing around in Heishamon I found another small issue.
The following rule does not work -> ERROR: Unexpected token
on SetTargetTemperature($Temp) then
print($Temp)
end
on System#Boot then
#Setpoint = 33;
#MainOutletTemp = 25;
SetTargetTemperature(max(#MainOutletTemp, #Setpoint - 3));
end
After removing the "- 3" it works ...
I also found a small typo here
Line 551 in dee7499
| assert(a/sizeof(struct vm_vchat_t *)/2 <= 127); |
vm_vchat_t should be vm_vchar_t
Best regards,
lakeroe
Metadata
Metadata
Assignees
Labels
No labels