feat(device): Ensure serial the device communication (#508)
This commit is contained in:
committed by
László Monda
parent
19d7b8ebfe
commit
3de9181687
6
packages/uhk-agent/src/models/queue-entry.ts
Normal file
6
packages/uhk-agent/src/models/queue-entry.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface QueueEntry {
|
||||
method: Function;
|
||||
bind: any;
|
||||
params?: any[];
|
||||
asynchronous?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user