UNPKG

195 BJavaScriptView Raw
1export const ERR_CANNOT_CONNECT = 1;
2export const ERR_INVALID_AUTH = 2;
3export const ERR_CONNECTION_LOST = 3;
4export const ERR_HASS_HOST_REQUIRED = 4;
5export const ERR_INVALID_HTTPS_TO_HTTP = 5;