All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.hekr.iotos.softgateway.sample.Device Maven / Gradle / Ivy

There is a newer version: 3.5.30
Show newest version
package me.hekr.iotos.softgateway.sample;

import lombok.Data;

@Data
public class Device {
  private String name;
  private int temId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy