Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Mar 13, 2024
1 parent 25f4f1c commit 2cad737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@stylistic/eslint-plugin": "^1.6.3",
"@tsconfig/node-lts": "^20.1.1",
"@types/express": "^4.17.21",
"@types/node": "^20.11.26",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
5 changes: 2 additions & 3 deletions src/matterbridgeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable no-console */
/*
import { MatterbridgeDevice, SerializedMatterbridgeDevice } from './matterbridgeDevice.js';
import { NodeStorageManager, NodeStorage } from 'node-persist-manager';
Expand All @@ -42,11 +43,9 @@ import { QrCodeSchema } from '@project-chip/matter-node.js/schema';
import { StorageBackendDisk, StorageBackendJsonFile, StorageContext, StorageManager } from '@project-chip/matter-node.js/storage';
import { requireMinNodeVersion, getParameter, getIntParameter, hasParameter } from '@project-chip/matter-node.js/util';
import { CryptoNode } from '@project-chip/matter-node.js/crypto';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { logEndpoint } from '@project-chip/matter-node.js/device';
import { Matterbridge } from './matterbridge.js';
/* eslint-disable max-len */

*/
export function startController() {
//const log: AnsiLogger;
/*
Expand Down

0 comments on commit 2cad737

Please sign in to comment.