Skip to content

Commit 9a3602a

Browse files
committed
fix: Attempt to fix MOS peripheralDevice settings
1 parent 5219a71 commit 9a3602a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mos-gateway/src/mosHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class MosHandler {
9999

100100
const peripheralDevice = await coreHandler.core.getPeripheralDevice()
101101

102-
this._settings = peripheralDevice.deviceSettings as any
102+
this._settings = (peripheralDevice.deviceSettings as any).options
103103

104104
this.mosTypes = getMosTypes(this.strict)
105105

0 commit comments

Comments
 (0)