Thanks Mike.
I’ve searched the site for Samsung TV and didn’t find much useful information. Also I searched for Device handlers and found one forum that gives some guidance. When I tried to do it myself it didn’t work. I suspect this is a function of how old the post was as smaththings seems to have changed significantly in the past few years.
All I need is some basic guidance on where to start. As shown below wgere can u find a resources that helps me fill in the “TODO” parts
def parse(String description) {
log.debug “Parsing ‘${description}’”
// TODO: handle ‘n’ attribute
// TODO: handle ‘icv’ attribute
// TODO: handle ‘dmv’ attribute
// TODO: handle ‘di’ attribute
// TODO: handle ‘pi’ attribute
// TODO: handle ‘mnmn’ attribute
// TODO: handle ‘mnml’ attribute
// TODO: handle ‘mnmo’ attribute
// TODO: handle ‘mndt’ attribute
// TODO: handle ‘mnpv’ attribute
// TODO: handle ‘mnos’ attribute
// TODO: handle ‘mnhw’ attribute
// TODO: handle ‘mnfv’ attribute
// TODO: handle ‘mnsl’ attribute
// TODO: handle ‘st’ attribute
// TODO: handle ‘vid’ attribute
}
// handle commands
def postOcfCommand() {
log.debug “Executing ‘postOcfCommand’”
// TODO: handle ‘postOcfCommand’ command
}