|
|
580d92f9b5
|
added file server log level
|
2023-12-07 15:44:38 +02:00 |
|
|
|
9fbb16a5db
|
overwrite files in storage partition, cron log file switche off
|
2023-12-07 13:30:19 +02:00 |
|
|
|
78e66bdf5f
|
fixed POST multipacket data handler
|
2023-11-29 17:51:59 +02:00 |
|
|
|
9ca0d153de
|
file size for upload to storage increased to 1 MB
|
2023-10-31 20:03:54 +02:00 |
|
|
|
9116052ecb
|
added basic authorization to the POST requests, removed var zize
definitions from old API
|
2023-10-24 12:39:20 +02:00 |
|
|
|
3244ac8eb9
|
removed unused callbacks
|
2023-10-22 10:49:02 +02:00 |
|
|
|
b4cb524ea1
|
clean from old post get handlers
|
2023-10-22 10:27:01 +02:00 |
|
|
|
76e3d6b8c9
|
serial port front and back implemented
|
2023-10-16 14:43:26 +02:00 |
|
|
|
b689ab7948
|
fixed call of zero pointer to user payload handler instead of default
handler
|
2023-10-16 11:48:29 +02:00 |
|
|
|
98fe7edbb5
|
serial port moved to webguiapp component, configuration created
|
2023-10-15 20:52:05 +02:00 |
|
|
|
44152875b1
|
HTTP server tuned sockets and urls, changed payload handlers select and
call
|
2023-10-15 19:59:46 +02:00 |
|
|
|
32c8a42b89
|
prepare to change integer to string payload type
|
2023-10-14 13:20:09 +02:00 |
|
|
|
b861881061
|
source and destination id added in replace of device id
|
2023-10-13 13:24:33 +02:00 |
|
|
|
b140b22354
|
fixed erronius behaviour with "response to response" in communication
protocol, additional handler needed
|
2023-10-12 14:43:09 +02:00 |
|
|
|
9d743f3044
|
remove unused properties from cron type structure
|
2023-10-12 11:51:52 +02:00 |
|
|
|
28d21b8a13
|
clean cron configuration structure
|
2023-10-11 07:45:33 +02:00 |
|
|
|
cc46ae2150
|
restored backward scheduler execution, need debug
|
2023-10-10 16:37:20 +02:00 |
|
|
|
62ccd1bb41
|
objects command processor and cron move to system completed
|
2023-10-10 15:07:06 +02:00 |
|
|
|
4ec2b111eb
|
implemented cron and command expressions
|
2023-10-10 12:24:11 +02:00 |
|
|
|
fcffb19740
|
cron moving to system component
|
2023-10-10 08:56:23 +02:00 |
|
|
|
d90588ed4b
|
fixed return type of user save config callbak
|
2023-09-08 15:22:32 +02:00 |
|
|
|
aa448f3cbe
|
synchronized io buffer on http and mqtt, fixed 'msgid' and 'applytype'
variables names in outgoing data
|
2023-09-05 13:29:23 +02:00 |
|
|
|
96ff27760e
|
no check version progress on manual firmware update
|
2023-09-03 23:08:42 +02:00 |
|
|
|
d8107907fe
|
added callback registration for user configuration save
|
2023-09-01 19:39:30 +02:00 |
|
|
|
c32465cf14
|
sha256 hmac moved to helpers
|
2023-09-01 12:43:39 +02:00 |
|
|
|
b08a1e8c5a
|
added extented log feature with MQTT publish
|
2023-08-31 14:35:50 +02:00 |
|
|
|
b944c8905d
|
modbus backend added
|
2023-08-31 12:10:39 +02:00 |
|
|
|
8d3930ca38
|
added getter for the current default network interface
|
2023-08-29 12:19:29 +02:00 |
|
|
|
fb552427d6
|
some refactoring and optimization in mqtt and rest api handler
|
2023-08-27 11:00:08 +02:00 |
|
|
|
a12d15cdbc
|
increased max variable value length to 2 KB
|
2023-08-21 19:22:37 +02:00 |
|
|
|
fc2b1879e4
|
added callback for user defined payload handler, some dependencies
cleared
|
2023-08-18 11:20:08 +02:00 |
|
|
|
efc482a30f
|
increased max data response size for 2dmx device
|
2023-08-17 13:29:01 +02:00 |
|
|
|
ac3be6bfdc
|
changed API URL from sysapi to api
|
2023-08-17 11:36:45 +02:00 |
|
|
|
4ec665e5d9
|
attached user defined variables
|
2023-08-17 10:48:29 +02:00 |
|
|
|
e815020210
|
reduced memory allocate for variable value, handle errors in wifi scan
api function
|
2023-08-15 13:39:51 +02:00 |
|
|
|
dd0cb3bdad
|
fixed freeing memory after large size VarValue
|
2023-08-15 10:36:10 +02:00 |
|
|
|
e600cdd5f1
|
variable size increased
|
2023-08-14 16:11:13 +02:00 |
|
|
|
80704b20c9
|
disabled debug messages from rest api
|
2023-08-14 10:35:03 +02:00 |
|
|
|
0cd87a29e6
|
added type for password and hide give out by asterisks
|
2023-08-14 10:16:54 +02:00 |
|
|
|
3df345a09d
|
rest api function type on read executed, delayed wifi scan, debug mode
in rest api
|
2023-08-13 18:35:09 +02:00 |
|
|
|
ea1767f4dc
|
implemented and checked read write variables attributes
|
2023-08-09 10:24:35 +02:00 |
|
|
|
d1ad7f5f97
|
added read write flag to the variables structure
|
2023-08-08 16:49:29 +02:00 |
|
|
|
933beaef55
|
changed rest api payload variables structure
|
2023-08-03 12:17:50 +02:00 |
|
|
|
7f59cd0904
|
wifi related rest api implemented
|
2023-08-01 15:59:16 +02:00 |
|
|
|
155c2469cb
|
added type VAR_IPADDR
|
2023-07-31 11:02:00 +02:00 |
|
|
|
e689f4a2e1
|
implemented original JSON types in the payload
|
2023-07-28 17:34:36 +02:00 |
|
|
|
5b4b779ae1
|
added function rest api type
|
2023-07-28 16:13:55 +02:00 |
|
|
|
66bf716d79
|
hash and apply type added
|
2023-07-27 18:36:59 +02:00 |
|
|
|
8feca7d470
|
variables access rest api implemented
|
2023-07-27 17:02:29 +02:00 |
|
|
|
a9192feb22
|
clean and refactoring
|
2023-07-26 15:40:59 +02:00 |
|