clean up mock data and update device interface

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent aebcc495f9
commit f250425ef1
6 changed files with 5 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface Device {
id: string;
deviceID: string;
name: string;
// TODO add additional properties