This program allows for simulation of a real Persil or Somat device. It can be fully controlled via script but will act as a real device.
The simulator script for persil can be build and run with the following shell command:
go run cmd/persil/main.go
The script describes the behaviour of the device and can be modified as needed.
Documentation for the available commands/functions can be found in persil.md.
The simulator script for somat can be build and run with the following shell command:
go run cmd/somat/main.go
The script describes the behaviour of the device and can be modified as needed.
Documentation for the available commands/functions can be found in somat.md.