SEBA-785 Update att-workflow-driver service documentation

Change-Id: Ibfcb044d134042f1869362376cd257858374f18b
diff --git a/VERSION b/VERSION
index 952a173..3ef5fad 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1 @@
-1.2.3
-
+1.2.4-dev
diff --git a/docs/README.md b/docs/README.md
index f337ee7..21ab0b8 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -12,13 +12,14 @@
 - `AttWorkflowDriverServiceInstance`. This model holds various state associated with the state machine for validating a subscriber's ONU.
     - `serial_number`. Serial number of ONU.
     - `authentication_state`. [`AWAITING` | `STARTED` | `REQUESTED` | `APPROVED` | `DENIED`]. Current authentication state.
-    - `of_dpid`.
-    - `uni_port_id`.
+    - `of_dpid`. OLT Openflow ID.
+    - `uni_port_id`. ONU UNI Port ID.
     - `onu_state`. [`AWAITING` | `ENABLED` | `DISABLED`]. State of the ONU.
-    - `status_message`.
+    - `status_message`. Status text of current state machine state.
     - `dhcp_state`. [`AWAITING` | `DHCPDISCOVER` | `DHCPACK` | `DHCPREQUEST`]. Current DHCP state.
     - `ip_address`. Subscriber ip address.
     - `mac_address`. Subscriber mac address.
+    - `oper_onu_status`. [`AWAITING` | `ENABLED` | `DISABLED`]. ONU operational state.
 - `AttWorkflowDriverWhiteListEntry`. This model holds a whitelist authorizing an ONU with a specific serial number to be connected to a specific PON Port on a specific OLT.
     - `owner`. Relation to the AttWorkflowDriverService that owns this whitelist entry.
     - `serial_number`. Serial number of ONU.