From 895554786830d40e6768a9b541d2106842aae7bd Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 20 Nov 2025 10:28:08 -0600 Subject: [PATCH] increasing the detect onewire to 10 since 9 is going to be for increasing the conditions on an interaction --- src/models/Device.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/models/Device.ts b/src/models/Device.ts index de919e4..0851041 100644 --- a/src/models/Device.ts +++ b/src/models/Device.ts @@ -57,11 +57,11 @@ const featureVersions: Map = new Map([ v2Cell: "N/A", v2WifiS3: "N/A", v2CellS3: "N/A", - v2CellBlack: "2.1.9", + v2CellBlack: "2.1.10", v2CellGreen: "N/A", - v2WifiBlue: "2.1.9", - v2CellBlue: "2.1.9", - v2EthBlue: "2.1.9" + v2WifiBlue: "2.1.10", + v2CellBlue: "2.1.10", + v2EthBlue: "2.1.10" } ] ]);