Sticks18
(Scott G)
January 24, 2015, 3:10pm
27
Here’s device-type code for this door. The door must be in automatic mode to be controlled via ST. Basic lock/unlock and battery reporting. Thanks to @aquaria1984 for the patience to test the iterations!
/**
* PetSafe Smart Door
*
* Copyright 2015 Scott Gibson
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under the License.
*
*
*
*/
metadata {
// Automatically generated. Make future change here.
definition (name: "PetSafe Smart Door", namespace: "sticks18", author: "Scott Gibson") {
This file has been truncated. show original
5 Likes