diff --git a/smart-hut/src/remote.js b/smart-hut/src/remote.js index b1912e4..557209f 100644 --- a/smart-hut/src/remote.js +++ b/smart-hut/src/remote.js @@ -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,