io.relayr.java.model.device.laststate.LastCommands 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.Command;
import io.relayr.java.model.action.Reading;
public class LastCommands implements Serializable {
private String deviceId;
private List commands;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy