From f7382435cf9d0ea65321f8e6eeecab1481b15927 Mon Sep 17 00:00:00 2001 From: Vlad Vitan <23100181+vlasebian@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:09:54 +0200 Subject: [PATCH] Fix description for Device EUI in glossary --- doc/data/glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/data/glossary.yml b/doc/data/glossary.yml index f6c1ccf435..dcde5033b3 100644 --- a/doc/data/glossary.yml +++ b/doc/data/glossary.yml @@ -207,7 +207,7 @@ description: A human-readable end device identifier, unique within {{% tts %}} application. - term: Device EUI - description: A 64-bit globally unique device identifier. DevAddr is defined by the manufacturer and should not be changed. It should be provided to you by the manufacturer, or printed on the device. DevEUI, along with the AppEUI and AppKey, is used during device activation to securely authenticate and register device on the network. + description: A 64-bit globally unique device identifier. DevEUI is defined by the manufacturer and should not be changed. It should be provided to you by the manufacturer, or printed on the device. DevEUI, along with the AppEUI and AppKey, is used during device activation to securely authenticate and register device on the network. abbr: - DevEUI