...
Note |
---|
When enabled, Smart Meter also appears in your Validic Inform Marketplace. If users connect via the marketplace, they will be routed to a screen to enter their 15-digit IMEI number manually, which will also connect them to Smart Meter. If you want to prevent users from seeing Smart Meter as an option in the marketplace you’ll want to either avoid routing the user to the marketplace or hide the Smart Meter (smart_meter) source from your user’s view using the Custom Marketplace. |
Disconnect User via Direct Connection API
Disconnecting the user from Smart Meter can be done in two ways:
...
The Smart Meter Inform integration supports the data metrics defined on the Standard Metrics Used Per App page (see “Smart Meter” app).
Sample Data
The below example illustrates a single weight measurement using the Smart Meter iPulseOx pulse oximeter. This sample shows how these readings appear in the Validic Inform Streaming API and REST API.
Code Block |
---|
{
"checksum": "b0a2547d56SAMPLE5d57437a90b",
"created_at": "2023-10-10T17:20:04.858Z",
"deleted_at": null,
"end_time": "2023-10-10T15:58:56Z",
"id": "3de314260ccSAMPLE69c5bae6547f1",
"log_id": "500000046950878",
"metrics": [
{
"type": "spo2",
"origin": "device",
"unit": "percent",
"value": 99.0
},
{
"type": "pulse",
"origin": "device",
"unit": "bpm",
"value": 82
}
],
"offset_origin": "source",
"source": {
"type": "smart_meter",
"device": {
"id": "111111111111111",
"model": "smc-ox",
"manufacturer": "smart meter",
"diagnostics": []
}
},
"start_time": "2023-10-10T15:58:56Z",
"tags": [],
"type": "measurement",
"user": {
"organization_id": "5ef0ef69SAMPLEba562",
"user_id": "652572SAMPLEe18b8b8",
"uid": "123456"
},
"user_notes": [],
"utc_offset": -14400,
"version": "1.0"
} |
Details on using the Inform Streaming API and REST APIs can be found in our online technical documentation.