Finite State Machine using HTML, CSS, and JavaScript
Current Room Temperature
Room is cooling down.
Heater OFF
ẋ = -0.1x
Heater ON
ẋ = 5 - 0.1x
This simulation demonstrates how a thermostat behaves as a finite state machine (automata).