We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df974d commit 838eeccCopy full SHA for 838eecc
1 file changed
src/devices/sylvania.ts
@@ -14,7 +14,7 @@ export const definitions: DefinitionWithExtend[] = [
14
description: "Smart+ contact and temperature sensor",
15
fromZigbee: [fz.ias_contact_alarm_1, fz.temperature, fz.battery],
16
toZigbee: [],
17
- meta: {battery: {voltageToPercentage: "3V_2100"}},
+ meta: {battery: {voltageToPercentage: {min: 2500, max: 2800}}},
18
configure: async (device, coordinatorEndpoint) => {
19
const endpoint = device.getEndpoint(1);
20
await reporting.bind(endpoint, coordinatorEndpoint, ["msTemperatureMeasurement", "genPowerCfg"]);
0 commit comments