Expose manufacturer in frontend (#8030)

This commit is contained in:
Ilya Kirov
2021-07-13 19:22:44 +02:00
committed by GitHub
parent 0a2a8dd563
commit c4936da726
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -638,6 +638,7 @@ class Bridge extends Extension {
model_id: device.modelID,
interviewing: device.interviewing,
interview_completed: device.interviewCompleted,
manufacturer: device.manufacturerName,
endpoints,
};
});
+1 -1
View File
File diff suppressed because one or more lines are too long