Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 916 Bytes

File metadata and controls

32 lines (19 loc) · 916 Bytes

Henkel Somtec Dev Script

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.

Requirements

Run Persil Simulation

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.

Run Somat Simulation

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.