From a4ca685b53c2818e6d86e6fc396db6bf093f84d2 Mon Sep 17 00:00:00 2001 From: Stefan Kip Date: Mon, 5 Feb 2024 08:33:58 +0100 Subject: [PATCH] Update TlvConstant.cs --- src/Imagination.LWM2M.Common/TLV/TlvConstant.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Imagination.LWM2M.Common/TLV/TlvConstant.cs b/src/Imagination.LWM2M.Common/TLV/TlvConstant.cs index 0c16131..c83eba2 100644 --- a/src/Imagination.LWM2M.Common/TLV/TlvConstant.cs +++ b/src/Imagination.LWM2M.Common/TLV/TlvConstant.cs @@ -31,8 +31,8 @@ public class TlvConstant { public const int CONTENT_TYPE_PLAIN = 1541; - public const int CONTENT_TYPE_TLV = 1542; - public const int CONTENT_TYPE_JSON = 1543; + public const int CONTENT_TYPE_TLV = 11542; + public const int CONTENT_TYPE_JSON = 11543; internal const int RESOURCE_WITH_VALUE = 0xC0; internal const int MULTIPLE_RESOURCES = 0x80;