Skip to content

Commit 181fc16

Browse files
Update README.md
1 parent a7b3207 commit 181fc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ List of all incoming flows on the device.
332332
| 7 | 9991108 | Expected Rx Bitrate | Number (Mbps) | Expected received bitrate of the flow (from FLE).
333333
| 8 | 9991109 | Expected Rx Bitrate Status | Normal/Low/High | Status of 'Rx Bitrate' compared to 'Expected Rx Bitrate'.
334334
| 9 | 9991110 | Label | String | Custom label.
335-
| 10 | 9991111 | FK Outgoing | String | Foreign key to [FLE Outgoing Flows Table](#fle-outgoing-flows-table). Only use this in case of 1-N mapping between incoming and outgoing, otherwise keep empty.
335+
| 10 | 9991111 | FK Outgoing | String | Foreign key to [FLE Outgoing Flows Table](#fle-outgoing-flows-table). Only use this in case of N-1 mapping between incoming and outgoing, otherwise keep empty.
336336
| 11 | 9991112 | Linked Flow | String (GUID) | GUID of the provisioned flow. Empty for 'Local System' flows. Foreign key to [FLE Provisioned Flows Table](#fle-provisioned-flows-table).
337337
| 12 | 9991113 | Flow Owner | Local System/Flow Engineering | Local System: Flows that exist on the device, but not provisioned by FLE.<br>Flow Engineering: Flows that are provisioned by FLE.
338338
| 13 | 9991114 | Present | No/Yes | Indicates if the flow is present on the system or not.
@@ -354,7 +354,7 @@ List of all outgoing flows on the device.
354354
| 7 | 9991208 | Expected Tx Bitrate | Number (Mbps) | Expected transmitted bitrate of the flow (from FLE).
355355
| 8 | 9991209 | Expected Tx Bitrate Status | Normal/Low/High | Status of 'Tx Bitrate' compared to 'Expected Tx Bitrate'.
356356
| 9 | 9991210 | Label | String | Custom label.
357-
| 10 | 9991211 | FK Outgoing | String | Foreign key to [FLE Incoming Flows Table](#fle-incoming-flows-table). Only use this in case of N-1 mapping between incoming and outgoing, otherwise keep empty.
357+
| 10 | 9991211 | FK Incomming | String | Foreign key to [FLE Incoming Flows Table](#fle-incoming-flows-table). Only use this in case of 1-N mapping between incoming and outgoing, otherwise keep empty.
358358
| 11 | 9991212 | Linked Flow | String (GUID) | GUID of the provisioned flow. Empty for 'Local System' flows. Foreign key to [FLE Provisioned Flows Table](#fle-provisioned-flows-table).
359359
| 12 | 9991213 | Flow Owner | Local System/Flow Engineering | Local System: Flows that exist on the device, but not provisioned by FLE.<br>Flow Engineering: Flows that are provisioned by FLE.
360360
| 13 | 9991214 | Present | No/Yes | Indicates if the flow is present on the system or not.

0 commit comments

Comments
 (0)