Added All Device handler
This commit is contained in:
@ -6,4 +6,7 @@ export default React.createContext({
|
||||
|
||||
addHandler: (_, __) => { },
|
||||
removeHandler: (_, __) => { },
|
||||
|
||||
updateDevice: () => { },
|
||||
updateAllDevices: () => { },
|
||||
});
|
Reference in New Issue
Block a user