Skip to content

Commit

Permalink
Revert "Update jeedom-api.js"
Browse files Browse the repository at this point in the history
This reverts commit b340022.
  • Loading branch information
NebzHB committed Jan 24, 2024
1 parent b340022 commit 07ab4fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jeedom-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 07ab4fb

Please sign in to comment.