Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidashman committed Dec 7, 2023
1 parent 3f94e6d commit ea9f63c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Cync Lights",
"name": "homebridge-cync-lights",
"version": "1.2.0",
"version": "1.3.0",
"description": "Support for Cync Direct Connect lights by GE.",
"license": "Apache-2.0",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {connect, Socket} from 'net';
import {CyncDevice, CyncHome, CyncPacket, CyncPacketSubtype, CyncPacketType} from './types';
import {CyncLight} from './light';
import {CyncLightsPlatform} from './platform';
import {PLATFORM_NAME, PLUGIN_NAME} from './settings';

const PING_BUFFER = Buffer.alloc(0);

Expand Down

0 comments on commit ea9f63c

Please sign in to comment.