UNPKG

@hello.nrfcloud.com/proto-map

Version:

Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application

12 lines (11 loc) 225 B
export enum LwM2MType { Boolean = 'Boolean', Float = 'Float', Integer = 'Integer', UnsignedInteger = 'Unsigned Integer', Objlnk = 'Objlnk', Corelnk = 'Corelnk', Opaque = 'Opaque', String = 'String', Time = 'Time', }