Commit 17155240 authored by Tomer Cohen (Saguna Networks)'s avatar Tomer Cohen (Saguna Networks)
Browse files

Added: OperationStatus enumeration values

See also: OMA-TS-REST_NetAPI_ZonalPresence-V1_0-20160308-C section 5.2.3.2
http://www.openmobilealliance.org/release/REST_NetAPI_ZonalPresence/V1_0-20160308-C/OMA-TS-REST_NetAPI_ZonalPresence-V1_0-20160308-C.pdf

Change-Id: Ie54d29152d442aabdf835840ee84ddac60af132b
parent 52933f3a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1218,6 +1218,11 @@
    "OperationStatus": {
      "description": "The operation status of the access point",
      "type": "string",
      "enum": [
        "Serviceable",
        "Unserviceable",
        "Unknown"
      ],
      "example": "Serviceable"
    },
    "PreviousAccessPointId": {
+4 −0
Original line number Diff line number Diff line
@@ -807,6 +807,10 @@ definitions:
  OperationStatus:
    description: The operation status of the access point
    type: string
    enum:
      - Serviceable
      - Unserviceable
      - Unknown
    example: Serviceable
  PreviousAccessPointId:
    description: Zone ID
+4 −0
Original line number Diff line number Diff line
description: The operation status of the access point
type: string
enum:
  - Serviceable
  - Unserviceable
  - Unknown
example: "Serviceable"
 No newline at end of file