homebridge-am43-blinds-bluez
Version:
A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0
10 lines (7 loc) • 313 B
HTML
<div class="am43-app-container"></div>
<!-- <script src="out.js?nocache=13"></script> -->
<script>
var scriptElement = document.createElement("script")
scriptElement.src = "out.js?nocache=" + (Math.random() * 10000).toFixed(0)
document.getElementsByTagName('head')[0].appendChild(scriptElement)
</script>