Comparing version 0.0.5 to 0.0.6
@@ -157,6 +157,8 @@ 'use strict'; | ||
if (oidItem) { | ||
if (!ridItem) | ||
return; | ||
if (oidItem && ridItem) { | ||
characteristic = DEFS.SpecificResrcChar[oidItem.key]; | ||
if (ridItem) | ||
characteristic = characteristic[ridItem.key]; | ||
characteristic = characteristic[ridItem.key]; | ||
} | ||
@@ -163,0 +165,0 @@ |
{ | ||
"name": "lwm2m-id", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "lwm2m-id is a module that implements a dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
64936
1279