Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Represent the status of the deviceCommand.

Enumeration Members

Name Description

PENDING

SUCCESS

ERROR

WARNING

XML Schema


<xs:simpleType name="deviceCommandStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="PENDING"/>
        <xs:enumeration value="SUCCESS"/>
        <xs:enumeration value="ERROR"/>
        <xs:enumeration value="WARNING"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to deviceCommandStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions