added executor-humidity

This commit is contained in:
julius.lautz
2021-12-11 18:36:23 +01:00
parent 32bf461026
commit c87a732e2a
9 changed files with 164 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package ch.unisg.executorbase.executor.application.service;
package ch.unisg.executorBase.executor.application.service;
import ch.unisg.common.valueobject.ExecutorURI;
import ch.unisg.executorbase.executor.application.port.out.NotifyExecutorPoolPort;

View File

@@ -1,11 +1,11 @@
package ch.unisg.executorbase.executor.domain;
public enum ExecutorType {
ADDITION, ROBOT;
ADDITION, ROBOT, HUMIDITY;
/**
* Checks if the give executor type exists.
* @return Wheter the given executor type exists
* @return Whether the given executor type exists
**/
public static boolean contains(String test) {