import {
EventTypes,
HmSYSConnector,
} from "https://deno.land/x/hmsys_connector/mod.ts";
const conn = new HmSYSConnector("hmsys.de");
conn.rawOn(EventTypes.CredentialsRequired, () => {
conn.authorize("[email protected]", "password");
});
conn.rawOn(EventTypes.LoginSuccessful, () => {
console.log("Logged In!");
});
conn.ready();
-
Notifications
You must be signed in to change notification settings - Fork 0
a Deno Module to allow connect to the HmSYS Network. Used in lucsoft.de,HmSYS-Control and Panda2.0
License
lucsoft-DevTeam/hmsys-connector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a Deno Module to allow connect to the HmSYS Network. Used in lucsoft.de,HmSYS-Control and Panda2.0