Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Feb 16, 2021
1 parent f382d66 commit fabc77b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@ interface {
}
```

```ts
interface {
messageId: string;
command: "update_log_config";
config: {
enabled?: boolean;
level?: number;
transports?: Transport[];
logToFile?: boolean;
filename?: string;
forceConsole?: boolean;
}
}
```

## Authentication

Z-Wave JS Server does not handle authentication and allows all connections to the websocket API. If you want to add authentication, add authentication middleware to your Express instance or run NGINX in front of Express instance.

0 comments on commit fabc77b

Please sign in to comment.