linux
monitoring
raspberry-pi
automation
raspberrypi
mqtt
iot
internet-of-things
smarthome
dashboard
mqtt-hyperdash
control-systems
rule-engines
cockpit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
546 B
21 lines
546 B
/* HDDASHGEN.H (c) Markus Hoffmann */ |
|
|
|
/* This file is part of MQTT-Hyperdash, the MQTT Dashboard |
|
* ============================================================ |
|
* MQTT-Hyperdash is free software and comes with NO WARRANTY - read the file |
|
* COPYING for details |
|
*/ |
|
|
|
|
|
/* |
|
Define the geometric layout of all elements |
|
*/ |
|
|
|
#define HDDASHGEN_VERSION "1.02" |
|
#define DEFAULT_BROKER "tcp://localhost:1883" |
|
#define MAX_ANZ_TOPICS (4096*2) |
|
|
|
#define ADVANCE_Y 30 |
|
#define ADVANCE_X 260 |
|
#define MAX_Y 600 |
|
#define FIELD_START_Y 70
|
|
|