
io.relayr.java.model.device.laststate.LastConfigurations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for connecting to the Relayr Cloud
The newest version!
package io.relayr.java.model.device.laststate;
import java.io.Serializable;
import java.util.List;
import io.relayr.java.model.action.Configuration;
import io.relayr.java.model.action.Reading;
public class LastConfigurations implements Serializable {
private String deviceId;
private List configurations;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy