Gustavo
Published © CC BY-NC-SA

Using Finite State Machines

Intro to using FSMs in your IoT projects.

IntermediateProtip5 hours33,982

Things used in this project

Story

Read more

Code

plantUML code of the state machine

Plain text
copy-paste it here: http://www.plantuml.com/plantuml or search for "plantuml online server"
@startuml
skinparam backgroundColor LightYellow
skinparam state {
  BackgroundColor LightBlue
  BorderColor Gray
  FontName Impact
}



OpeningState:
OpeningState -down-> OpenState: opened
OpenState:
OpenState -down-> ClosingState: closing
ClosingState:
ClosingState -up-> CloseState: closed
CloseState:
CloseState -up-> OpeningState: opening
@enduml

Credits

Gustavo

Gustavo

33 projects • 302 followers
I focus on creating Particle IoT solutions coupled with mobile and web applications. Available for contract work at gusgonnet@gmail.com.

Comments