Expose model_id.

This commit is contained in:
Koen Kanters
2020-12-29 18:50:57 +01:00
parent 0c6406e7ff
commit ff59480bce
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -532,6 +532,7 @@ class Bridge extends Extension {
power_source: device.powerSource,
software_build_id: device.softwareBuildID,
date_code: device.dateCode,
model_id: device.modelID,
interviewing: device.interviewing,
interview_completed: device.interviewCompleted,
endpoints,
+1 -1
View File
File diff suppressed because one or more lines are too long