Skip to content

Commit

Permalink
fix(ignore): fix 44e290a
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 25, 2024
1 parent 44e290a commit 0fc1809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/smlight.ts
@@ -1,6 +1,6 @@
import {Definition} from '../lib/types';
import fz from '../converters/fromZigbee';
import {forcePowerSource} from 'src/lib/modernExtend';
import {forcePowerSource} from '../lib/modernExtend';

const definitions: Definition[] = [
{
Expand Down

0 comments on commit 0fc1809

Please sign in to comment.