Package 

Class ValueProperty

  • All Implemented Interfaces:
    com.thingclips.smart.home.sdk.bean.scene.condition.property.IProperty , java.io.Serializable

    
    public class ValueProperty
     implements IProperty
                        

    Numerical DP Description

    “property”:{“type”:”value”,”unit”:”℃”,”min”:0,”max”:100,”step”:0.1}, Created by mikeshou on 15/5/26.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String type
      public String unit
      public int min
      public int max
      public int step
    • Method Summary

      Modifier and Type Method Description
      String getUnit()
      void setUnit(String unit)
      int getMin()
      void setMin(int min)
      int getMax()
      void setMax(int max)
      int getStep()
      void setStep(int step)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait