Skip to content

Instantly share code, notes, and snippets.

@Loreen-netizen
Created May 4, 2021 09:54
Show Gist options
  • Save Loreen-netizen/9fe217067c39ae221c9e5cd2eddb7d81 to your computer and use it in GitHub Desktop.
Save Loreen-netizen/9fe217067c39ae221c9e5cd2eddb7d81 to your computer and use it in GitHub Desktop.
Active
Active
noElectricity->RedActive
Green
timeout->Yellow
Yellow
timeout->Red
Red
timeoout->Green
Inactive
electricityAvailable->Green
RedActive
timeout->RedInactive
RedInactive
timeout->RedActive
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment