Skip to content

Commit

Permalink
fix(ignore): Revert "fix(ignore): fix datatype"
Browse files Browse the repository at this point in the history
This reverts commit b19c1f5.
  • Loading branch information
Koenkk committed Apr 30, 2024
1 parent 5f578b1 commit 04e4a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dataType from 'zigbee-herdsman/dist/zcl/definition/dataType';
import {Zcl} from 'zigbee-herdsman';
import {Definition} from '../lib/types';
import {
onOff, battery, iasZoneAlarm, identify, forcePowerSource,
Expand Down Expand Up @@ -945,7 +945,7 @@ const definitions: Definition[] = [
{
ID: 0x042a,
attributes: {
measuredValue: {ID: 0x0000, type: dataType.singlePrec},
measuredValue: {ID: 0x0000, type: Zcl.DataType.singlePrec},
},
commands: {},
commandsResponse: {},
Expand Down

0 comments on commit 04e4a50

Please sign in to comment.