![JAR search and dependency download from the Maven repository](/logo.png)
de.hasait.sprinkler.service.sensor.publish.SensorValuePublisher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sprinkler Show documentation
Show all versions of sprinkler Show documentation
Sprinkler - Spring Boot application for controlling sprinklers using Raspberry Pi
The newest version!
package de.hasait.sprinkler.service.sensor.publish;
import de.hasait.sprinkler.domain.sensor.SensorValuePO;
public interface SensorValuePublisher {
void publish(SensorValuePO value) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy