humidity demo

This commit is contained in:
2021-12-19 17:21:29 +01:00
parent 2e8105ef3a
commit e05c3282ef
20 changed files with 1031 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
package ch.unisg.executorbase.executor.domain;
public enum ExecutorType {
COMPUTATION, SMALLROBOT, HUMIDITY;
COMPUTATION, SMALLROBOT, HUMIDITY, HUMIDITY_DEMO;
/**
* Checks if the give executor type exists.