HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/911switch.php
<?php
$navon = 'switch';
include "_header.php";
?>

    <div id="splash" class="switch">
        <div class="container">
            <div class="row">
                <div class="col-7 offset-5">
                    <div class="splash-text">
                        <div class="k bot-10">
                            <h2 style="margin-bottom: 0">911Switch</h2>
                            <span>Powered by knowtifi</span>
                        </div>
                        <div class="up">
                            <p>The 911Switch, our patented smart switch, is designed to turn your house exterior lights into a flashing beacon for first responders during an emergency.</p>
                            <p class="text-right"><a href="buy.php" class="btn btn-danger">Buy Now &nbsp; <i class="fa-sharp fa-solid fa-right"></i></a></p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="bg-gray section-padding">
        <div class="container">
            <div class="row">
                <div class="col-6">
                    <h2 style="margin-bottom:30px;"><span class="k">Lighting the Way to Smart Safety</span></h2>
                    <div>
                        <p>No longer will police, fire or EMTs be delayed because they cannot locate your residence. Now, they can easily identify your location faster and safer.</p>
                        <p>It’s easy!</p>
                        <p>911Switch4 replaces any standard light switch* and still functions as a typical light switch to manually operate your light(s) just like normal. But when emergency strikes, and the knowtifi app is activated, your 911Switch makes your home’s exterior porch or other lights blink in rapid succession – even when the switch is in the “off” position, giving a clear signal for first responders when safety and speed are critical.</p>
                        <p>Even more, you can control the device remotely with your smartphone when connected to a compatible hub.</p>
                    </div>
                </div>
                <div class="col-6">
                    <img src="/assets/img/istockphoto-1347232957-1024x1024.jpg" class="img-fluid" />
                </div>
            </div>
        </div>
    </div>

    <div class="section-padding">
        <div class="container">
            <div class="row">
                <div class="col-5">
                    <img src="/assets/img/911Switch-product-bundle-transparent.png" class="img-fluid" />
                    <p>&nbsp;</p>
                    <p class="pricing"><span class="strike">&nbsp;$249&nbsp;</span> &nbsp; <span class="discount">$199</span> / Bundle</p>
                    <a href="/buy.php" class="big-btn"><i class="fa-solid fa-bag-shopping"></i> &nbsp; Buy Now</a>
                </div>
                <div class="col-7">
                    <h2 style="margin:20px auto;"><span class="k">Easy to Install & No Monthly Fees!</span></h2>
                    <div>
                        <p>Installation is easy. The 911Switch can be installed just like a standard light switch – most DIY homeowners can do it in minutes – replacing an existing, low-voltage light switch that operates your standard household lamps (no batteries and no special wiring is required!).</p>
                        <p>In addition to your trusted contacts being notified by the knowtifi app, the rapid flashing of the 911Switch light helps alert neighbors, who also be able to render aid. That’s not by accident. That’s by design. In an emergency, visibility is a crucial thing for first responders. They need to see and know where the emergency is.</p>
                        <p>For years, homeowners have relied on an audible alert (siren, horn, etc.), but an audible signal is only good for inside your home. The visibility of the 911Switch changes the game. The 911Switch makes safety visible for first responders so they can save precious time and help you or your family faster and safer.</p>
                        <p>Want more than one 911Switch? No problem. The 911Switch features a proprietary, encrypted signal initiated by the knowtifi app and is offered as individual light switch units or multiple units depending on the need.</p>
                    </div>
                </div>

            </div>
        </div>
    </div>
<?php
include "_download.php";
include "_testimonials.php";
include "_footer.php";
?>