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

com.ociweb.iot.maker.TriState Maven / Gradle / Ivy

package com.ociweb.iot.maker;

public enum TriState {
    off, on, latent // order intentional to keep off == 0, on == 1
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy