From 9f3f597c61d21e71d4c7c2d755aa135507b48c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:00:13 +0200 Subject: [PATCH] Update device-reachability-status-subscriptions.yaml --- .../device-reachability-status-subscriptions.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/API_definitions/device-reachability-status-subscriptions.yaml b/code/API_definitions/device-reachability-status-subscriptions.yaml index 8af6825..3cd7493 100644 --- a/code/API_definitions/device-reachability-status-subscriptions.yaml +++ b/code/API_definitions/device-reachability-status-subscriptions.yaml @@ -28,9 +28,9 @@ info: When subscribing, it is mandatory to provide the event `types` you are subscribing to, as multiple subscription-types are managed by this API. Following event ``types`` are managed for this API: - - ``org.camaraproject.device-reachability-status-subscriptions.v0.reachability-data``: Event triggered when the device is connected to the network for Data usage. + - ``org.camaraproject.device-reachability-status-subscriptions.v0.reachability-data``: Event triggered when the device is connected to the network for Data usage (regardless of the SMS reachability). - - ``org.camaraproject.device-reachability-status-subscriptions.v0.reachability-sms``: Event triggered when the device is connected to the network for SMS usage + - ``org.camaraproject.device-reachability-status-subscriptions.v0.reachability-sms``: Event triggered when the device is connected to the network only for SMS usage - ``org.camaraproject.device-reachability-status-subscriptions.v0.reachability-disconnected``: Event triggered when the device is not connected. @@ -675,9 +675,9 @@ components: NotificationEventType: type: string description: | - reachability-data - Event triggered when the device is connected to the network for Data usage. + reachability-data - Event triggered when the device is connected to the network for Data usage (regardless of the SMS reachability). - reachability-sms - Event triggered when the device is connected to the network for SMS usage + reachability-sms - Event triggered when the device is connected to the network only for SMS usage reachability-disconnected - Event triggered when the device is not connected. @@ -691,9 +691,9 @@ components: SubscriptionEventType: type: string description: | - reachability-data - Event triggered when the device is connected to the network for Data usage. + reachability-data - Event triggered when the device is connected to the network for Data usage (regardless of the SMS reachability). - reachability-sms - Event triggered when the device is connected to the network for SMS usage + reachability-sms - Event triggered when the device is connected to the network only for SMS usage reachability-disconnected - Event triggered when the device is not connected.