Skip to content

Commit

Permalink
fix: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Oct 30, 2024
1 parent d8ddeb4 commit d31234d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/device-reachability-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ info:
* **Device**: A device refers to any physical entity that can connect to a network and participate in network communication.
At least one identifier for the device (user equipment) out of four options: IPv4 address, IPv6 address, Phone number, or Network Access Identifier assigned by the mobile network operator for the device.
* **Reachability:** Indicates the device's network connectivity status.
- `reachable: true`, the device is reachable from the network. The specific connectivity types (DATA, SMS, or both) are detailed in the `connectivity` array.
- `reachable: false`, the device is not reachable from the network.
* **Reachable:** Indicates, if the device is reachable from the network or not.
* **Connectivity:** Indicates the connectivity types (DATA, SMS or both) through which the device is reachable from the network.
* **LastStatusTime** : This property specifies the time when the status was last updated. Its presence in the response indicates the freshness of the information, while its absence implies the information may be outdated or its freshness is uncertain.
Expand Down

0 comments on commit d31234d

Please sign in to comment.