Installation Manual

Click Create New Device Handler in the top right hand size of the screen.
Select the From Code tab.
Copy and paste the following code. This can also be copied from our community page
found here
.
import physicalgraph.zigbee.clusters.iaszone.ZoneStatus
metadata {
definition (name: "SYLVANIA Smart Motion/Temperature Sensor", namespace: "ledvanceDH", author:
"Ledvance") {
capability "Configuration"
capability "Motion Sensor"
capability "Temperature Measurement"
capability "Battery"
capability "Refresh"
capability "Health Check"
capability "Sensor"
command "enrollResponse"