You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'With the LoRa Cloud Modem and Geolocation Services protocol, you can manage common device functionality at the application layer for LoRaWAN-enabled devices.',
58
59
glsDescription:
59
60
'LoRa Cloud Geolocation is a simple cloud API that can be easily integrated with The Things Stack to enable estimating the location of any LoRa-based device.',
61
+
loraSupportTitle: 'LoRa Cloud support',
62
+
loraSupport: 'The support for this integration will be dropped after July.',
60
63
})
61
64
62
65
constLoRaCloud=()=>{
@@ -89,6 +92,13 @@ const LoRaCloud = () => {
89
92
>
90
93
<ErrorViewerrorRender={SubViewError}>
91
94
<divclassName="container container--xl grid">
95
+
<Notification
96
+
warning
97
+
content={m.loraSupport}
98
+
title={m.loraSupportTitle}
99
+
small
100
+
className="item-12"
101
+
/>
92
102
<PageTitletitle="LoRa Cloud Modem and Geolocation Services"/>
"console.views.application-integrations-lora-cloud.index.dasDescription": "With the LoRa Cloud Modem and Geolocation Services protocol, you can manage common device functionality at the application layer for LoRaWAN-enabled devices.",
953
953
"console.views.application-integrations-lora-cloud.index.glsDescription": "LoRa Cloud Geolocation is a simple cloud API that can be easily integrated with The Things Stack to enable estimating the location of any LoRa-based device.",
0 commit comments