@hello.nrfcloud.com/proto-map
Version: 
Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application
5 lines • 901 B
text/typescript
import { LwM2MObjectID } from "./LwM2MObjectID.js";
/**
 * Contains the ID of the resource that defines the timestamp for each LwM2M object definition
 */
export const timestampResources: Readonly<Map<LwM2MObjectID, number>> = new Map<LwM2MObjectID, number>([[LwM2MObjectID.Geolocation_14201, 99], [LwM2MObjectID.BatteryAndPower_14202, 99], [LwM2MObjectID.ConnectionInformation_14203, 99], [LwM2MObjectID.DeviceInformation_14204, 99], [LwM2MObjectID.Environment_14205, 99], [LwM2MObjectID.SolarCharge_14210, 99], [LwM2MObjectID.ButtonPress_14220, 99], [LwM2MObjectID.SeaWaterLevel_14230, 99], [LwM2MObjectID.RGBLED_14240, 99], [LwM2MObjectID.Reboot_14250, 99], [LwM2MObjectID.ApplicationConfiguration_14301, 99], [LwM2MObjectID.NRFCloudServiceInfo_14401, 99], [LwM2MObjectID.ConnectionQuality_14501, 99], [LwM2MObjectID.NetworkNeighbor_14502, 99], [LwM2MObjectID.DECTNR_ConnectionProfile_14503, 99]]);