BIDMCDigitalPsychiatry / LAMP-platform

The LAMP Platform (issues and documentation).
https://docs.lamp.digital/
Other
13 stars 10 forks source link

Missing screen_state in iPhone #674

Closed jeydude closed 2 years ago

jeydude commented 2 years ago

We are NOT getting screen_state from iPhone, we have noticed we were not getting after April 13th.

I have the screen_state sensor added to the study. Please let me know if there is anything we need to do get the screen state information in iPhone again.

jeydude commented 2 years ago

here is the image I am using ghcr.io/bidmcdigitalpsychiatry/lamp-server:latest , updated on May 27th.

Here is the sensor_spec for screen_state { "_id": "lamp.screen_state", "_rev": "3-10d9d9ed4730d888f85f2bb4d666c5e7", "type": "object", "properties": { "battery_level": { "type": "number" }, "event_type": { "type": "string", "enum": [ "locked", "unlocked", "plugged", "unplugged", "screen_on", "screen_off" ] } }, "description": "", "required": {}, "additionalProperties": false }

jeydude commented 2 years ago

Never mind, data is coming in as device_state in sensor_event database.