dypaul / homebridge-ssh-multi-commands

0 stars 0 forks source link

async is not defined #1

Open RaduMC opened 1 year ago

RaduMC commented 1 year ago

Any idea what might be causing this?

[homebridge-ssh-multi-commands] This plugin threw an error from the characteristic 'On': Unhandled error thrown inside write handler for characteristic: async is not defined. See https://homebridge.io/w/JtMGR for more info.

Homebridge v1.6.1 Node.js Version v18.16.0

{ "accessory": "SSH Switch", "name": "WiFi", "on": [ "sys", "int G0/0/1", "poe enable" ], "off": [ "sys", "int G0/0/1", "undo poe enable" ], "state": "", "on_value": "PoE On", "exact_match": true, "ssh": { "user": "radu", "host": "172.16.0.57", "port": 22, "password": "..." } }

daveo2k commented 2 months ago

@RaduMC Did you get to the bottom of your issue?

Dave