client

Search

You can find the results of your search below.

iotaiuto_skill
6 Hits, Last modified:
/tips:android:gianomobile as privacy URL) * get client id and secret from manage "security profile" --> web settings * --> client id: xxxx * --> client secret: yyyy * freeze browser tab [DEVELOP.1] [ALEXA] Go to [[https://dev... n URI: https://api.amazon.com/auth/o2/token * **client id** and **client secret** from [DEVELOP.1] * C
googlehome
4 Hits, Last modified:
inking type select **OAuth** and **Implicit** - Client ID: The client_id from your google_assistant.yaml - Authorization URL: https://ha.csgalileo.org/ha-albe... api_password=casafioccoalberto - CONfigure your client. Add scopes for **email** and **name**. - Testi... ogle_assistant: project_id: someproject-2d0b8 client_id: [long URL safe random string] access_token:
iotaiuto
4 Hits, Last modified:
TALLAZIONE + ATTIVAZIONE servizio "OPENVPN" linux client + relativo CERTIFICATO ==== <code bash> # 1. ric... de> apt-get install openvpn </code> /etc/openvpn/client1.conf <code> dev tun proto tcp-client remote legnago.csgalileo.org 1194 ca /etc/easy-rsa-legnago/keys... .crt key /etc/easy-rsa-legnago/keys/nms.pem tls-client port 1194 user nobody group nogroup #comp-lzo
homeassistant
3 Hits, Last modified:
terno (ad esempio https://ha.csagalileo.org/alexa?client=id_client_alexa) da cui recuprare i dati. Ovviamente va mappato id_client_alexa con albertis Sniffare i metodi: * def ge
influxdb
3 Hits, Last modified:
<code python> from influxdb import InfluxDBClient client = InfluxDBClient('carbon.csgalileo.org', 8086, us... %Y-%m-%dT%H:%M:%SZ'), "fields": {"value":"ios"}}] client.write_points(json_body) client.query('select value from browser;') </code> retention <code> CREATE RE