UNPKG

home-assistant-js-websocket

Version:
7 lines (6 loc) 239 B
export const ERR_CANNOT_CONNECT = 1; export const ERR_INVALID_AUTH = 2; export const ERR_CONNECTION_LOST = 3; export const ERR_HASS_HOST_REQUIRED = 4; export const ERR_INVALID_HTTPS_TO_HTTP = 5; export const ERR_INVALID_AUTH_CALLBACK = 6;