My former colleague wrote groovy script for our old device ,now we development a new device which extern the old device and want to change groovy script , is it possible ?
I am a new develope member in smartThings . In Get Started with SmartThings Edge | SmartThings Developers I am not sure how to buld a script . For example , I have download SmartThingsEdgeDrivers and want to test zwave-thermostat , how to make it ? My system is windows and I have install SmartThings CLI.
Below is my step:
Install SmartThings CLI
Put zwave-thermostat under smartThings install fold : smartthings.exe
In the install fold and use cmd command to install driver :
smartthings edge:drivers:package zwave-thermostat
The next I am not sure how to do
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
2
Once you have your driver, you will need to install the driver on your hub and test it, with the followings commands you can install your driver and see the logs
Upper is our old smartthings script which use for Zwave configuration command settings .
AlejandroPadilla
(Please contact @nayelyz or @Luis_Humberto_Medina )
6
If you are referring to How your driver can display the setting option? you need to add preferences to your profile. but this only gets user input, if you want to use it in your driver you will have to handle it over the driver
here is an example: