Commit Graph

465 Commits (master)

Author SHA1 Message Date
Ag Primatic 0f00067615
Update net_services.c
Fixed increment string compare starting location in action_mqtt_message()
2020-09-06 16:43:54 -04:00
sfeakes 174340657a Version 2.2.2a 2020-08-30 12:36:58 -05:00
sfeakes 7ee8a21a58 Version 2.2.2 2020-08-29 16:37:05 -05:00
sfeakes b344b08417 Version 2.2.2 2020-08-29 16:35:03 -05:00
sfeakes f3a7cb2c21 Merge branch 'master' of github.com:sfeakes/AqualinkD 2020-08-28 14:19:19 -05:00
sfeakes 0f78aa7c56 Version 2.2.1 2020-08-28 14:12:38 -05:00
sfeakes a13d626689
Merge pull request #116 from ktownsend-personal/master
HASSIO example revisions
2020-08-02 12:03:49 -05:00
ktownsend-personal b94880f3db
Update HASSIO.Implementation.txt
revised freeze protect comment
2020-08-01 01:11:48 -05:00
ktownsend-personal 87a788a175
Update HASSIO.Implementation.txt
The groups were unnecessary for my implementation. Also, the lights were moved to the switches to match the HASSIO convention that light devices are dimmable, but these are not dimmable and should be switches.
2020-08-01 01:07:25 -05:00
ktownsend-personal f15054c02c
Update HASSIO.Implementation.txt
Fixed topic typo
2020-08-01 01:04:41 -05:00
ktownsend-personal 6b685fda8e
Update HASSIO.Implementation.txt
Sync with what I ended up with on my system. Fixed some errors and added icons, device types, and delay binary sensors + delay attribute on the related switches.
2020-08-01 00:58:13 -05:00
sfeakes 6c9749f3e4 Version 2.2.0c 2020-07-26 14:28:58 -05:00
sfeakes f4b7bd91ff Version 2.2.0b 2020-07-19 16:18:29 -05:00
shaun feakes fb88438651 update 2020-07-19 12:25:24 -05:00
shaun feakes 6ca4f00359 added file 2020-07-19 12:02:14 -05:00
sfeakes a7968003ea Version 2.2.0a 2020-07-19 11:20:18 -05:00
sfeakes 36435205b2 Version 2.2.0 2020-07-18 11:37:19 -05:00
sfeakes 2ddcfa7f8a Version 2.1.0 2020-06-20 11:09:54 -05:00
shaun feakes d2c5df8e00 . 2020-06-07 09:14:12 -05:00
shaun feakes 85274f0098 V2.0.1 2020-06-07 09:13:12 -05:00
shaun feakes 50c48ef6b1 2.0.0b 2020-06-06 11:36:04 -05:00
shaun feakes 41ebef22e3 typo 2020-05-31 19:41:40 -05:00
shaun feakes fcd828c818 V2.0.0a 2020-05-31 19:35:17 -05:00
sfeakes 03a9b62ca1 v1.3.9c 2019-10-23 14:21:29 -05:00
sfeakes 098b97247c v1.3.9b 2019-10-23 13:58:17 -05:00
sfeakes c1fa2b3340 v1.3.9a 2019-10-23 10:16:00 -05:00
sfeakes f06c29a62f Version 1.3.9 2019-10-18 12:13:41 -05:00
sfeakes 435e526f4c Version 1.3.9 2019-10-18 12:07:42 -05:00
sfeakes ecfa618235 Version 1.3.9 2019-10-18 12:00:08 -05:00
sfeakes 259c7bfb43 Version 1.3.9 2019-10-18 11:53:49 -05:00
sfeakes 9da96ecc5f Version 1.3.8a 2019-10-18 08:52:20 -05:00
sfeakes 62f776fa31 Version 1.3.8 2019-10-16 17:53:09 -05:00
sfeakes 51a8b686a5 Version 1.3.7 2019-10-13 10:07:14 -05:00
sfeakes 96c81fb8be Version 1.3.6 2019-09-10 16:29:45 -05:00
sfeakes 3063a86332 . 2019-08-25 16:24:42 -05:00
sfeakes 6a45f92a00 . 2019-08-25 16:18:07 -05:00
sfeakes 1793a625ac . 2019-08-25 16:03:27 -05:00
sfeakes 15267fcb1d . 2019-08-25 15:59:38 -05:00
sfeakes e0e9be86c0 . 2019-08-25 15:58:55 -05:00
sfeakes 107fff314a Version 1.3.6 2019-08-25 15:57:51 -05:00
sfeakes ed66368ad7
Merge pull request #90 from stunney/master
Adding required header file as per open() docs
2019-08-24 16:56:32 -05:00
S. Tunney 894d0e5512
Fixing compiler warning on uninitialized local variables
msgS1 and msgS2 should be initialized to avoid warning(s) further below such as on line 1270.
2019-08-24 16:44:44 -04:00
sfeakes f63da6d6d0 . 2019-08-24 09:54:09 -05:00
sfeakes ef033c5a93 Version 1.3.5d 2019-08-24 09:49:43 -05:00
S. Tunney f3006abdee
Adding required header file as per open() docs
In compiling on a platform (onion omega) I ran into an undeclared compiler error for O_CREAT, O_WRONLY, etc.
The docs state that these are defined in <fcntl.h> per:
https://pubs.opengroup.org/onlinepubs/007908799/xsh/open.html

Adding this include allows for at least compilation out of the box for MIPS platform.  Not sure about runtime yet.
2019-08-23 19:47:03 -04:00
sfeakes 200e0cd821 Version 1.3.5c 2019-08-23 18:14:14 -05:00
shaun feakes 5f6eb03d85 Merge branch 'master' of github.com:sfeakes/AqualinkD 2019-08-22 15:06:25 -05:00
shaun feakes aae3346b92 . 2019-08-22 15:06:04 -05:00
sfeakes 118381ca18
Merge pull request #87 from ballle98/dev/pda-shift-42
ballle98/AqualinkD#42: memcpy-param-overlap in PDA Shift processing
2019-08-22 07:47:30 -05:00
Lee Ballard fab8a4d035 ballle98/AqualinkD#42: memcpy-param-overlap in PDA Shift processing 2019-08-22 07:24:15 -05:00