Skip to content

Commit

Permalink
sdk: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jul 8, 2024
1 parent bd28cd1 commit 4e267e3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/objectdetector/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ export class ObjectDetectionPlugin extends AutoenableMixinProvider implements Se
constructor(nativeId?: ScryptedNativeId) {
super(nativeId, 'v5');

this.createdDeviceName = 'Smart Motion Sensor';
this.createdDevice = 'Smart Motion Sensor';

process.nextTick(() => {
sdk.deviceManager.onDeviceDiscovered({
Expand Down
4 changes: 2 additions & 2 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/sdk",
"version": "0.3.31",
"version": "0.3.32",
"description": "",
"main": "dist/src/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.3.30",
"version": "0.3.31",
"description": "",
"main": "dist/index.js",
"author": "",
Expand Down

0 comments on commit 4e267e3

Please sign in to comment.