fix to stateOrDevice
This commit is contained in:
parent
2d04439948
commit
d231ce7e84
1 changed files with 4 additions and 0 deletions
|
@ -396,6 +396,10 @@ export const RemoteService = {
|
|||
};
|
||||
},
|
||||
|
||||
deleteState: (id, type)=>{
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Creates/Updates a device with the given data. If
|
||||
* data.id is truthy, then a update call is performed,
|
||||
|
|
Loading…
Reference in a new issue