zwave: add placeholder

This commit is contained in:
Koushik Dutta
2022-02-11 10:21:01 -08:00
parent 80cb284d80
commit 5ce201c554
3 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/zwave",
"version": "0.0.37",
"version": "0.0.38",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/zwave",
"version": "0.0.37",
"version": "0.0.38",
"license": "Apache",
"dependencies": {
"@scrypted/sdk": "file:../../sdk",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/zwave",
"version": "0.0.37",
"version": "0.0.38",
"description": "Z-Wave USB Controller for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -166,6 +166,7 @@ export class ZwaveControllerProvider extends ScryptedDeviceBase implements Devic
key: 'serialPort',
value: this.storage.getItem('serialPort'),
description: 'Serial Port path or COM Port name',
placeholder: '/dev/tty.usbmodem14501',
},
{
title: 'Network Key',