We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0367e7 commit 746173fCopy full SHA for 746173f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "homebridge-adt-pulse",
3
"displayName": "Homebridge ADT Pulse",
4
- "version": "3.1.1",
+ "version": "3.1.2",
5
"description": "Homebridge security system platform for ADT Pulse",
6
"main": "./build/index.js",
7
"exports": "./build/index.js",
src/lib/schema.ts
@@ -14,7 +14,7 @@ export const platformConfig = z.object({
14
]),
15
username: z.string().min(1).max(100),
16
password: z.string().min(1).max(300),
17
- fingerprint: z.string().min(1).max(5120),
+ fingerprint: z.string().min(1).max(10240),
18
mode: z.union([
19
z.literal('normal'),
20
z.literal('paused'),
0 commit comments