Skip to content

Instantly share code, notes, and snippets.

View asantaga's full-sized avatar

Angelo Santagata asantaga

View GitHub Profile
@asantaga
asantaga / gist:308f3a2fc59172e9f272d52a29a25e5b
Created July 14, 2019 22:39
Monitor LightwaveRF Energy Sqwalks
import json
import logging
import socket
import time
data = None
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.bind(('0.0.0.0', 9761))
sock.settimeout(30.0) # Wait a Max of 10 seconds
Help for help
Help help
Help for assistance
Help assistance
ListEnabledApps for my apps
ListEnabledApps to my apps
ListEnabledApps for list my apps
ListEnabledApps to list my apps
ListEnabledApps for app
ListEnabledApps to app
{
"intents": [
{
"intent": "Help"
},
{
"intent": "ListEnabledApps"
},
{
"intent": "ListChannels"
define(['https://maps.googleapis.com/maps/api/js?key=AIzaSyATjZW-pRiH1P337GbDXZEELVDxjwlbgGs'], function () {
'use strict';
/**
* View model of your custom knockout web component.
*
* See http://knockoutjs.com/documentation/component-overview.html for more information about knockout web components.
*
<style>
#map {
height: 350px;
width: 400px;
}
</style>
<div id="map"></div>