Skip to content
Snippets Groups Projects
Commit e7ea7122 authored by William Walker's avatar William Walker
Browse files

fix: add new recording profile ID field defined by vendor

--re-enable device schedule API calls by implementing new field in schedule model
parent 716512b8
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,9 @@ public data class DeviceRecordingSession(
@SerialName("repeat_summary")
val repeatSummary: String = "",
@SerialName("profile_id")
val profileId: Long = -1,
@SerialName("class_name")
val className: String = "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment