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

io.github.dabogadog.models.BateryTemp.Data Maven / Gradle / Ivy

package io.github.dabogadog.models.BateryTemp;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class Data {
    public Integer percent;
    public Double temp;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy