Commit Graph

  • d903fd7e97 Updated RFControl for compatibility with Arduino-ESP32 v 2.0.4 Gregg 2022-07-23 15:16:43 -0500
  • c891548ffa Updated webLog logic to print system messages as well as user messaages Gregg 2022-07-23 08:19:25 -0500
  • bb1874da96 Update HAP.cpp Gregg 2022-07-16 11:11:41 -0500
  • 989b315fc0 Updated WiFi disconnect/re-connect logic Gregg 2022-07-11 21:23:20 -0500
  • 6c7bf03c3b Added Other Examples -> ProgrammableHub Gregg 2022-06-25 18:44:31 -0500
  • 758b8880b1
    Update Reference.md HomeSpan 2022-06-20 16:53:27 -0500
  • 10789efe7e
    Update Tutorials.md HomeSpan 2022-06-20 16:44:50 -0500
  • 94a643c5d0 added public aid getter Pawel Sulik 2022-06-18 00:20:33 +0200
  • 41505660b4 Added isConnected property Pawel Sulik 2022-06-18 00:03:28 +0200
  • 80edf17a48
    Merge pull request #1 from batonPiotr/bugfix/Tutorials-doc-typo Paweł Sulik 2022-06-17 23:02:49 +0200
  • a6db14fd4a Fixed typo Pawel Sulik 2022-06-17 23:01:38 +0200
  • 281d5708ab
    Update RMT.md HomeSpan 2022-06-11 16:58:20 -0500
  • 4f3df5d276
    Update PWM.md HomeSpan 2022-06-11 16:55:46 -0500
  • 53a9705d63
    Update README.md HomeSpan 2022-06-11 16:53:41 -0500
  • bb4b0e3dea Updates for ESP32-S3 Compatability Gregg 2022-06-11 07:56:42 -0500
  • 5b5836d778
    Update FAQ.md HomeSpan 2022-05-30 06:44:26 -0500
  • 7d9dbd04b8
    Update Reference.md HomeSpan 2022-05-29 21:29:53 -0500
  • ae45bdbd1d
    Update FAQ.md HomeSpan 2022-05-29 21:25:54 -0500
  • 087faee38a
    Update FAQ.md HomeSpan 2022-05-29 17:56:35 -0500
  • 92514115c7
    Update FAQ.md HomeSpan 2022-05-29 17:45:28 -0500
  • af5839e5a9
    Update Reference.md HomeSpan 2022-05-29 10:32:57 -0500
  • c5ba453a95 Converted Span to class; added homeSpan.getLogLevel() and homeSpan.addWebLog(fmt,...) Gregg 2022-05-29 10:27:34 -0500
  • 2b25acf2e1 Converted SpanUserCommand to class from struct Gregg 2022-05-29 06:42:38 -0500
  • 86a0c1cf75 Changed SpanCharacteristic and SpanButton from struct to class Gregg 2022-05-28 14:48:49 -0500
  • bb1d0050e2 Changed SpanAccessory and SpanService to class from struct Gregg 2022-05-28 11:24:11 -0500
  • 6cfbe3c209
    Update CLI.md HomeSpan 2022-05-27 18:41:09 -0500
  • 86a119be8f
    Update Tutorials.md HomeSpan 2022-05-27 18:26:28 -0500
  • 2520eed6d8 Added detailed comments to 20-AdvancedTechniques Gregg 2022-05-23 21:26:57 -0500
  • e245822428
    Update README.md HomeSpan 2022-05-22 16:37:14 -0500
  • 69789ec66c
    Update Reference.md HomeSpan 2022-05-22 16:33:14 -0500
  • 68b4a9f1cb Merge branch 'dev' of https://github.com/HomeSpan/HomeSpan into dev Gregg 2022-05-22 13:13:38 -0500
  • f75596f3cd Changed deleteAccessory from int to boolean Gregg 2022-05-22 13:13:34 -0500
  • ae2a5f0a67
    Update Reference.md HomeSpan 2022-05-22 11:46:06 -0500
  • 1b1123d480
    Update Reference.md HomeSpan 2022-05-22 11:21:40 -0500
  • 6018f37b60 Added optional stackSize argument to homeSpan.autoPoll() Gregg 2022-05-22 11:00:40 -0500
  • 6d409e9b89 updated version check HomeSpan 2022-05-22 08:57:23 -0500
  • f9b8e2165a Added homeSpan.autoPoll() to 20-AdvancedTechniques Gregg 2022-05-21 18:24:35 -0500
  • 4d6f502708 Create 20-AdvancedTechniques.ino Gregg 2022-05-21 18:19:23 -0500
  • 72ddee9061 Add weakly-define Arduino loop() function (defined as NO OP) Gregg 2022-05-21 17:26:27 -0500
  • 1f89673fb7 Updated 20-DynamicBridge to use std::array<> Gregg 2022-05-21 17:05:23 -0500
  • 7835665e60 Update 20-DynamicBridge.ino Gregg 2022-05-21 12:11:53 -0500
  • 00ea4c6dd8 Changes homeSpan.getAccessory(aid) to homeSpan.deleteAccessory() Gregg 2022-05-21 12:08:03 -0500
  • 52a977d2f1 Revert "sort Accessories by AID to ensure same order all the time during dynamic changes" Gregg 2022-05-19 10:18:00 -0500
  • 2e98b163b2 sort Accessories by AID to ensure same order all the time during dynamic changes HomeSpan 2022-05-18 16:31:15 -0500
  • f471e7377b Update 20-DynamicBridge.ino Gregg 2022-05-14 11:21:59 -0500
  • 615d373850 Added Example 20 - Dynamic Bridge. Also created homeSpan.getAccessory(aid) Gregg 2022-05-14 10:00:30 -0500
  • d326ae1abf Added logic to delete PushButtons when Service is deleted Gregg 2022-05-09 21:27:18 -0500
  • dc11c59a00 Deleted 'C' CLI command - replaced with homeSpan.updateDatabase() Gregg 2022-05-09 21:03:23 -0500
  • 058d6b0c96 Completed destructors for SpanAccessory, SpanService, and SpanCharacteristics Gregg 2022-05-08 15:27:50 -0500
  • 05f1204b4f Continuing destructor code... Gregg 2022-05-08 11:56:26 -0500
  • 554cefd3ce Initial work on adding destructors to Accessories, Services, and Characteristics Gregg 2022-05-08 07:02:19 -0500
  • bddfb4658a Added 'm' CLI command to print free 8-bit heap memory Gregg 2022-05-06 22:19:37 -0500
  • 7546350775 Added "C" CLI command and updated/fixed config number logic Gregg 2022-05-06 17:04:15 -0500
  • 628c29c6b6 Updating logic that determined HAP Configuration Number (MDNS=c#) Gregg 2022-05-06 16:13:25 -0500
  • f48cea8afb Completed refactoring of 'i' CLI command Gregg 2022-05-01 17:03:07 -0500
  • 18414d8856 Continuing refactor of 'i' CLI command Gregg 2022-05-01 12:47:08 -0500
  • 7b30f971e2 Continued refactoring of 'i' CLI command Gregg 2022-05-01 09:24:45 -0500
  • 9f71c67f14 Updated logic for required/optional Characteristics Gregg 2022-04-30 22:20:42 -0500
  • 0e6f7d27f9 Continuing with 'i' refactoring Gregg 2022-04-30 18:18:15 -0500
  • 5f463b013e Continuing to refactor 'i' CLI command Gregg 2022-04-30 16:29:31 -0500
  • 88f2373a71 Continued refactoring of 'i' CLI command Gregg 2022-04-30 11:04:57 -0500
  • 212900f624 Initial re-factoring of "i" command Gregg 2022-04-30 07:57:01 -0500
  • 82035df0a7 Removed enabling of IPv6 Gregg 2022-04-29 18:16:43 -0500
  • 6a8b3653da Update FeatherPins.h Gregg 2022-04-27 21:11:44 -0500
  • 4659e6f660 Enabled IPV6 Address Broadcast Gregg 2022-04-27 20:42:38 -0500
  • 6dacbb0a8c Update FeatherPins.h Gregg 2022-04-27 06:31:32 -0500
  • 044fe22b1f Made FirmwareRevision Characteristic PR+EV instead of just PR Gregg 2022-04-26 21:45:29 -0500
  • b97775263d
    Update Overview.md HomeSpan 2022-04-24 11:55:38 -0500
  • db2c815799
    Update Reference.md HomeSpan 2022-04-24 10:00:41 -0500
  • 36ad80a91f
    Update Reference.md HomeSpan 2022-04-24 09:01:38 -0500
  • 54dbda9484 Changed homeSpan.start() to homeSpan.autoPoll() Gregg 2022-04-24 08:42:18 -0500
  • c290c8637e Added homeSpan.start() method as alternative to homeSpan.poll() Gregg 2022-04-23 07:22:45 -0500
  • fe6b542ed8 Delete HomeKitPrimer.md Gregg 2022-04-17 17:38:15 -0500
  • 2111ae6696
    Merge pull request #303 from HomeSpan/release-1.5.1 HomeSpan 2022-04-17 17:33:56 -0500
  • 3ce027cf46
    Update FAQ.md 1.5.1 release-1.5.1 HomeSpan 2022-04-17 17:25:19 -0500
  • fd63514293
    Update FAQ.md HomeSpan 2022-04-17 17:23:50 -0500
  • 0e26ddbd74
    Merge pull request #302 from HomeSpan/dev HomeSpan 2022-04-17 17:19:09 -0500
  • 2ca3a24fdd
    Merge branch 'master' into dev HomeSpan 2022-04-17 17:18:51 -0500
  • 2ac9cc2580
    Update README.md HomeSpan 2022-04-17 17:09:52 -0500
  • c42d118a39 Updated version number to 1.5.1 Gregg 2022-04-17 16:33:27 -0500
  • a8809aa7e0
    Update README.md HomeSpan 2022-04-17 13:48:54 -0500
  • 601d456a54
    Update Logging.md HomeSpan 2022-04-17 13:43:59 -0500
  • 5f20dd851e
    Update Logging.md HomeSpan 2022-04-17 09:22:55 -0500
  • 5ef1189425
    Update Logging.md HomeSpan 2022-04-17 09:19:19 -0500
  • 62081f50d1
    Update Logging.md HomeSpan 2022-04-17 09:18:45 -0500
  • a90cebcf60
    Update Logging.md HomeSpan 2022-04-17 09:15:37 -0500
  • 84d5348e91
    Update Reference.md HomeSpan 2022-04-16 23:03:00 -0500
  • 1d7d4e3093
    Update Reference.md HomeSpan 2022-04-16 22:55:13 -0500
  • b7e62f86db Update Television.ino Gregg 2022-04-16 22:46:19 -0500
  • 78fc6fb8cd
    Update Tutorials.md HomeSpan 2022-04-16 22:45:37 -0500
  • 34e2d79c9f
    Update Tutorials.md HomeSpan 2022-04-16 22:44:45 -0500
  • aabdde2a30
    Update Tutorials.md HomeSpan 2022-04-16 22:41:50 -0500
  • b35b411c1d
    Update Tutorials.md HomeSpan 2022-04-16 22:09:25 -0500
  • 0507f26b13 Updated "Other Examples" and added SPAN_ACCESSORY() Macro Gregg 2022-04-16 15:21:13 -0500
  • 2277b2506f
    Update Overview.md HomeSpan 2022-04-15 06:28:50 -0500
  • 26be23cbbe
    Update Tutorials.md HomeSpan 2022-04-15 06:16:41 -0500
  • 78ddd8a330 Updated Examples 18 and 19 Gregg 2022-04-12 22:14:29 -0500
  • 2b669022ec Updated Example 17 with note to indicate it is not functioning correctly Gregg 2022-04-12 21:36:00 -0500
  • f322f2b0f1 Updated Examples 14-17 Gregg 2022-04-10 16:04:36 -0500
  • 02184fe005
    Update Reference.md HomeSpan 2022-04-10 09:13:49 -0500