shelly.call "http.get" - issue, can anyone see my error?

  • in an Shelly.addStatusHandler() that seems to work and if i use switch.set ir works and all.. bu below does not work i get the error below shelly.call

    Code
    let ip = '10.0.1.153';
    let heater_url = 'http://' + ip + '/rpc/Switch.Set?id=0&on='true;
    shelly.call("http.get",{url: 'http://' + heater_url },function (result, code, msg, ud) {},null);

    erroronStatusChange callback error: [shelly] is not defined

    Einmal editiert, zuletzt von Gast10 (17. September 2022 um 11:52) aus folgendem Grund: Code in code-tag

  • i have try'd both with and without "http://" alså fixing the syntax.. the url is an object as should be supported by shelly.call as params.

    Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen.
    Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen.
  • Dieses Thema enthält einen weiteren Beitrag, der nur für registrierte Benutzer sichtbar ist.