var fDesc=new Array(); fDesc[0] = "Command Line Interface for controlling TP-Link Smart Devices. Supported Devices include:
Light Bulb (LB100)
Plug (HS103)
Plug w/Engergy Monitoring (KP115)
Wall Switch (HS200)
A window interface is provided to manage your KASA account, device selection, CLI command generation, and testing the command(s).

Features
- Manage KASA account credentials
- Refresh device list & commands (as required)
- Select devices per KASA account
- Generate command line instruction
- Run/test command via window interface
- Request current status of selected device
- Schedule command via Task Scheduler

Requirements
- Operating System: Windows 10, 64 Bit
- Application Disk Space: 3 MB
- Download size: 7MB"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }