My DTH has a childtile which, of course, shows perfectly in classic but causes a big odd “button” tile (that you can’t interact with) to show up in the new app. Is this a known thing? If the new app supports child tiles, how do they need to be done? The child DTH displays fine in the new app, but the child tile doesn’t. Is there some documentation on how to make that happen?
SmartThingsCommunity/SmartThingsPublic/blob/master/devicetypes/smartthings/ikea-button.src/ikea-button.groovy
/**
* Ikea Button
*
* Copyright 2018
*
* 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.
*
*/
import groovy.json.JsonOutput
import physicalgraph.zigbee.zcl.DataType
metadata {
This file has been truncated. show original