{
"id": "{% uuid 'v4' %}",
"channel": "listener",
"action": "list",
"filter": {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created by Jan Heil on 12.08.2023. | |
// | |
#include <HTTPClient.h> | |
#include "Slave.h" | |
#include <ArduinoJson.h> | |
WiFiClient client; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <HardwareSerial.h> | |
/** | |
* HTTPClient.cpp | |
* | |
* Created on: 02.11.2015 | |
* | |
* Copyright (c) 2015 Markus Sattler. All rights reserved. | |
* This file is part of the HTTPClient for Arduino. | |
* Port to ESP32 by Evandro Luis Copercini (2017), | |
* changed fingerprints to CA verification. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include "Ethernet.h" | |
#include <ArduinoHA.h> | |
#define ARDUINOHA_DEBUG; | |
//#include "ArduinoOTA.h" | |
//#include "InternalStorage.h" | |
// Store MAC Address of Device. | |
byte macIO[] = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) Byte-Store.DE, Inc - All Rights Reserved | |
* | |
* Unauthorized copying of this storage, via any medium is strictly prohibited. | |
*/ | |
import de.bytestore.mytriox.cache.CacheHandler; | |
import de.bytestore.mytriox.network.server.ServerSocket; | |
import de.bytestore.mytriox.network.utils.Socket; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package hello.world; | |
public class HelloWorld { | |
public static void main(String[] args) { | |
/* | |
* @see: Print "Hello World!" with new Line | |
*/ | |
System.out.println("Hello World!"); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="cont"> | |
<div class="demo"> | |
<div class="login"> | |
<div class="login__check"></div> | |
<div class="login__form"> | |
<div class="login__row"> | |
<svg class="login__icon name svg-icon" viewBox="0 0 20 20"> | |
<path d="M0,20 a10,8 0 0,1 20,0z M10,0 a4,4 0 0,1 0,8 a4,4 0 0,1 0,-8" /> | |
</svg> | |
<input type="text" class="login__input name" placeholder="Username"/> |