Interface IThingState


public interface IThingState
Defined thing states
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Thing has been deleted but is archived
    static final int
    Deactivated thing
    static final int
    Normal thing
    static final int
    Thing had been deleted but is still in the DB Usually indicates an error state on deletion
    static final int
    could not find a record of that thingID in the DB
  • Field Details

    • NORMAL

      static final int NORMAL
      Normal thing
      See Also:
    • INACTIVE

      static final int INACTIVE
      Deactivated thing
      See Also:
    • ARCHIVED

      static final int ARCHIVED
      Thing has been deleted but is archived
      See Also:
    • UNDESTROYED

      static final int UNDESTROYED
      Thing had been deleted but is still in the DB Usually indicates an error state on deletion
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      could not find a record of that thingID in the DB
      See Also: