id

Search

You can find the results of your search below.

telegram @tips
26 Hits, Last modified:
pi.telegram.org/bot[BOT_API_KEY]/sendMessage?chat_id=@[MY_CHANNEL_NAME]&text=[MY_MESSAGE_TEXT] </code>... ndMessage \ -d text="this is a message" \ -d chat_id=73496590 \ | jq . </code> <code> curl -s -X POST ... a message to group * Give .result.message.chat.id from curl https://api.telegram.org/bot${TOKEN}/ge... pi.telegram.org/bot${TOKEN}/sendMessage" -d "chat_id=${CHATID}&text=my sample text" </code> To enable
esphome @projects:internetofthings
20 Hits, Last modified:
e_presence mac_address: E8:36:FD:20:E3:54 id: miband_presence_scipio name: "MiBand presenc... <code> - alias: cancello trigger: - entity_id: binary_sensor.miband_presence_scipio platf... : 'on' for: seconds: 2 - entity_id: binary_sensor.miband_presence_scipio platf... { ibeacon }}" - condition: state entity_id: input_boolean.beacon2_learn state: "on"
iotaiuto_skill @projects:internetofthings
16 Hits, Last modified:
= user --> alexa alexa -[#0000FF]-> skill: alexa_id skill --> cloud: /api/user/alexa_id cloud --> skill: token,endpoint,user_id skill -[#0000FF]-> proxy: <endpoint> payload proxy -[#0000FF]... tro ingresso aws_token * risposta <code> {'user_id': 'amzn1.account.AGH7EXZ2ZZMPAUDFRBZQQFK7HDQQ', '
homeassistant @projects:internetofthings
12 Hits, Last modified:
er sudo systemctl start docker ls /dev/serial/by-id/ copiare il nome della chiavetta usb (es usb-0658... 10.36 termostato [[reference|<Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wen... nfig/manufacturer_specific.xml near <Manufacturer id="0118" name="Wenzhou TKB Control System"> <code> <Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wen
zabbix @tips
10 Hits, Last modified:
: \"$user\", \"password\": \"$password\" }, \"id\": 1, \"auth\": null } " $url | \ jq -r '.result... ": \"DESC\" }, \"auth\": \"$auth\", \"id\": 1 } " $url | \ jq -r '.result' # 4. logout us... hod\": \"user.logout\", \"params\": [], \"id\": 1, \"auth\": \"$auth\" } " $url ~  Scari... \"password\": \"$password\" }, \"id\": 1, # 1. set connection details url=htt
googlehome @projects:internetofthings
7 Hits, Last modified:
to the cloud console. Here you get a new project_id. * Enable HOMEGRAPH API to the new project. ... MIGRAZIONE (By this, they share the same project_id request in google_assistant.yaml) {{:projects:int... type select **OAuth** and **Implicit** - Client ID: The client_id from your google_assistant.yaml - Authorization URL: https://ha.csgalileo.org/ha-alb
docker @projects:zibaldone:linux
7 Hits, Last modified:
p -d </code> check <code> docker ps docker stop <id> </code> autostart <code> docker update --restart unless-stopped <id> </code> apply changes on containers if change d... image docker run -dit alpine sh # get container id docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3fdbad8a
doorbell @projects:iotaiuto
5 Hits, Last modified:
vid=1f7b861c-5dff-4e47-b28b-74e50af365fb&algo_exp_id=1f7b861c-5dff-4e47-b28b-74e50af365fb-8&pdp_ext_f=%7B%22sku_id%22%3A%2212000020840038573%22%7D|ESP32CAM]] [[htt... PIN output: - platform: gpio pin: GPIO4 id: gpio_4 light: - platform: binary output: ... igurazione di esp32cam: <code> esp32_camera: # id per rtsp server id: cam external_clock: p
playground @playground
4 Hits, Last modified:
022-05-01>numeri verbali</do> {{dolist?NAMESPACE=ID&status=(DONE|UNDONE)&limit=COUNT&md5=MD5&user=ASS... >[2.add op.execute(CreateSequence(Sequence('table_id_seq'))) in upgrade] [2.add op.execute(CreateSequence(Sequence('table_id_seq'))) in upgrade]->[3.add op.execute("drop sequence table_id_seq") in downgrade] [make auto-revision]->[alem
cordova @tips
4 Hits, Last modified:
_new_value(int val); static jmethodID cb_method_id; static jclass cb_class; static jobject cb_object... ot found"); return; } cb_method_id = (*env)->GetMethodID(env, cb_class, "onNewValue", "(I)V"); if(cb_method_id == NULL){ LOGD("could not find callback m... >CallVoidMethod(cb_save_env, cb_object, cb_method_id, (jint)val); } #ifdef __cplusplus } #endif </code
gnss @tips
4 Hits, Last modified:
Positioning 5.5 import QtLocation 5.6 Window { id:page width: 1024 height: 1024 visible: true Map { id:myMap anchors.fill: parent plugin: mapPlu... .coordinate.longitude); } } Plugin { id: mapPlugin name: "osm" } PositionSource { id: gpsPos updateInterval: 500 active: true
mev2 @projects:giano
4 Hits, Last modified:
I2C adapter i2c-30 i2c i2c-2-mux (chan_id 0) I2C adapter i2c-1 i2c c24000... I2C adapter i2c-33 i2c i2c-2-mux (chan_id 3) I2C adapter i2c-4 i2c Tegra ... I2C adapter i2c-31 i2c i2c-2-mux (chan_id 1) I2C adapter i2c-2 i2c 318000... I2C adapter i2c-32 i2c i2c-2-mux (chan_id 2) I2C adapter </code> ubuntu@orin:~$
liberidicomunicare @projects:iotaiuto
4 Hits, Last modified:
mponente apri Staff Debug Info e copia la stringa ID alfanumerica * Torna sull'editor * Vai su Add... z XBlock * Nel campo Video Location inserisci l'ID del video * Nel campo Problem timestamp definis... i il JSON che associa il timemap (in secondi) all'ID del componente quiz da mostrare, esempio: {"10":"... utor local run cms ./manage.py cms delete_course [id corso] </code> ==== Installare xblock-in-video-q
locale @tips:ubuntu
4 Hits, Last modified:
/dev/null 2>&1; then if [[ -z "$TMUX" ]] ;then ID="`tmux ls | grep -vm1 attached | cut -d: -f1`" # get the id of a deattached session if [[ -z "$ID" ]] ;then # if not available create a new one tmux new-session else tmux attach-session -t "$ID" # if available attach to it fi fi fi ### NOTH
zfs-on-root @tips:ubuntu
4 Hits, Last modified:
ate GPT partition schema <code> DISK=/dev/disk/by-id/ata-HFS512G39MND-3510A_FJ64N5235113A4S13 sgdisk -... n=formD -o ashift=12 \ rpool raidz /dev/disk/by-id/ata-ST4000NM0035-1V4107_ZC10????-part1 </code> ==... = GRUB ==== <code bash> export DISK=/dev/disk/by-id/ata-HFS512G39MND-3510A_FJ64N5235113A4S13 </code> ... fi --efi-directory=/boot/efi \ --bootloader-id=ubuntu --recheck --no-floppy </code> verify if "
airos @tips
3 Hits, Last modified:
install @tips:archlinux
3 Hits, Last modified:
redis @tips:db
3 Hits, Last modified:
3dprinter @projects
2 Hits, Last modified:
plate @projects
2 Hits, Last modified:
autofs @tips
2 Hits, Last modified:
fail2ban @tips
2 Hits, Last modified:
jibri @tips
2 Hits, Last modified:
presence @projects:iotaiuto
2 Hits, Last modified:
minecraft @tips:gameengine
2 Hits, Last modified:
univr @tips:vpn
2 Hits, Last modified:
orin
1 Hits, Last modified:
oruxmaps @madmax
1 Hits, Last modified:
mdm @projects
1 Hits, Last modified:
ansible @tips
1 Hits, Last modified:
bonding @tips
1 Hits, Last modified:
dac @tips
1 Hits, Last modified:
ionic @tips
1 Hits, Last modified:
lxd @tips
1 Hits, Last modified:
overpass @tips
1 Hits, Last modified:
pulsar @tips
1 Hits, Last modified:
smartreader @tips
1 Hits, Last modified:
sqlite @tips
1 Hits, Last modified:
video @tips
1 Hits, Last modified:
analisi @projects:charta
1 Hits, Last modified:
esp32lora @projects:internetofthings
1 Hits, Last modified:
influxdb @projects:internetofthings
1 Hits, Last modified:
micropython @projects:internetofthings
1 Hits, Last modified:
pm10 @projects:internetofthings
1 Hits, Last modified:
mssql @tips:db
1 Hits, Last modified:
monitor @tips:radxa
1 Hits, Last modified:
linux @tips:rasberry
1 Hits, Last modified:
xtion @tips:sensors
1 Hits, Last modified:
notes @tips:speech
1 Hits, Last modified:
galileo @tips:vpn
1 Hits, Last modified:
openvpn @tips:vpn
1 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
1 Hits, Last modified: