WatchModel
data class WatchModel(val type: String = "DATA_LIVE_MOTION", val hertz: Int, val data: List<Map<String, Any>>) : ActiveSenseModel
Model representing the motion data captured by the watches sensors
Model representing the motion data captured by the watches sensors