From d231ce7e84120498e64c2c620c368374d0dcc604 Mon Sep 17 00:00:00 2001 From: Jacob Salvi Date: Sat, 25 Apr 2020 17:52:50 +0200 Subject: [PATCH] fix to stateOrDevice --- smart-hut/src/remote.js | 4 ++++ 1 file changed, 4 insertions(+) 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,