Skip to content

Commit

Permalink
Update platform.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 31, 2023
1 parent a101b3b commit 4ec9feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class CloudflaredTunnelPlatform implements DynamicPlatformPlugin {
// Plugin options into our config variables.
this.config = {
platform: 'CloudflaredTunnelPlatform',
name: config.name as string,
url: config.url as string,
port: config.port as number,
hostname: config.hostname as string,
Expand Down

0 comments on commit 4ec9feb

Please sign in to comment.