From 07ab4fbaff5d7cf18aa466e13f9682a092e6a898 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:55:22 +0100 Subject: [PATCH] Revert "Update jeedom-api.js" This reverts commit b3400224b842b93f17cc0f5e5aff304d7b529435. --- lib/jeedom-api.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/jeedom-api.js b/lib/jeedom-api.js index dc11a27..7de41bb 100755 --- a/lib/jeedom-api.js +++ b/lib/jeedom-api.js @@ -242,7 +242,6 @@ JeedomClient.prototype.executeDeviceAction = function(ID, action, param) { id:(Math.floor(Math.random() * 1000)), method:"cmd::execCmd", params:{ - plugin:that.myPlugin, apikey:that.apikey, id:ID, options:options, @@ -267,7 +266,6 @@ JeedomClient.prototype.executeScenarioAction = function(ID, action) { id:(Math.floor(Math.random() * 1000)), method:"scenario::changeState", params:{ - plugin:that.myPlugin, apikey:that.apikey, id:ID, state:action, @@ -292,7 +290,6 @@ JeedomClient.prototype.refreshStates = function() { id:(Math.floor(Math.random() * 1000)), method:"event::changes", params:{ - plugin:that.myPlugin, apikey:that.apikey, longPolling:30, datetime:that.Plateform.lastPoll,