WatchModel
data class WatchModel(val type: String = "liveWatchMotion", val hertz: Int, val user: String, 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