Commit Graph

638 Commits

Author SHA1 Message Date
Gregg 1eea70aa47 Update Services.h
Made Characteristic::PositionState **optional** for Service::WindowCovering.  This appears to be a bug/exception in HAP-R2.  Need to reflect this in on-line docs.
2020-12-06 15:07:45 -06:00
Gregg d849595bfe More updates to Accessory ID
* if Accessory ID is NOT specified, the default is aid=1+aid of last Accessory, with aid of very first Accessory always set to 1.
* aid of first Accessory must ALWAYS be set to 1 - if user over-rides with another value, error will be thrown
* validation now includes checking for duplicate aids, as well as ensuring the first Accessory is always aid=1
2020-12-05 13:50:24 -06:00
Gregg 1847478252 Added ability to specify "aid" for Accessories
If not specified, "aid" defaults to an index number representing the order in which the Accessories were created.   Values are stored as uint32_t  (which is more limited than HAP requirements of uint64_t, but makes the code easier).

TO DO:  Must add validation to ensure duplicate aid values are not used.
2020-12-05 12:41:33 -06:00
Gregg da489b4d94 Merge branch 'master' of https://github.com/HomeSpan/HomeSpan 2020-12-02 18:00:16 -06:00
Gregg 3ad4b5fdf8 Changed name of keynotes file since it now contains more than just setup-code diagrams 2020-12-02 18:00:10 -06:00
HomeSpan 7779557101
Update HomeKitPrimer.md 2020-12-02 07:20:04 -06:00
Gregg 2b4e3bfcfd Update version number to 1.0.1 2020-11-28 07:51:16 -06:00
Gregg 5468f8e89e Set architecture=esp32 in library.properties.
Also fixed some comments in Example 15.
2020-11-27 23:21:43 -06:00
HomeSpan 993edfa622
Update README.md 2020-11-27 22:53:53 -06:00
HomeSpan 85708089fe
Update Overview.md 2020-11-27 22:44:18 -06:00
HomeSpan 43159a92fa
Update Extras.md 2020-11-27 22:43:13 -06:00
HomeSpan b2b1c7d519
Update Extras.md 2020-11-27 22:42:49 -06:00
HomeSpan c5b6dd39f3
Update Extras.md 2020-11-27 22:41:44 -06:00
HomeSpan 1dd01fcacc
Update Overview.md 2020-11-27 22:37:10 -06:00
Gregg 2398ffe698 Added code for example GitHub sketches 2020-11-27 22:31:44 -06:00
HomeSpan 0c19ac1e02
Update GettingStarted.md 2020-11-27 20:09:26 -06:00
HomeSpan d754747dce
Update GettingStarted.md 2020-11-27 20:08:18 -06:00
HomeSpan cefd031cf0
Update Extras.md 2020-11-27 20:07:16 -06:00
HomeSpan 6789fc03a0
Update GettingStarted.md 2020-11-27 20:05:58 -06:00
Gregg e4e4821256 Merge branch 'master' of https://github.com/HomeSpan/HomeSpan 2020-11-27 19:59:12 -06:00
Gregg 302a84007e Update RFControl.cpp
Added new tests for out-of-range conditions
2020-11-27 19:59:09 -06:00
HomeSpan ac9267fd90
Update README.md 2020-11-27 19:58:39 -06:00
HomeSpan 93f44036e0
Update Extras.md 2020-11-27 19:57:09 -06:00
HomeSpan a96ed06854
Update Extras.md 2020-11-27 19:56:26 -06:00
HomeSpan bffc0629cf
Update Extras.md 2020-11-27 19:53:29 -06:00
HomeSpan 4700f8705c
Update Extras.md 2020-11-27 19:48:06 -06:00
HomeSpan c2b4116989
Update Extras.md 2020-11-27 19:35:43 -06:00
HomeSpan c4cd75dc52
Update Extras.md 2020-11-27 11:55:05 -06:00
HomeSpan f21645e941
Update Extras.md 2020-11-27 11:54:09 -06:00
HomeSpan 0f8dba2d87
Update Extras.md 2020-11-27 11:52:41 -06:00
HomeSpan 6113a5aba5
Update Extras.md 2020-11-27 11:44:13 -06:00
Gregg 81e531bbea Update pulseTrain.png 2020-11-27 10:36:39 -06:00
Gregg 5052f0e002 Update pulseTrain.png 2020-11-27 10:35:26 -06:00
HomeSpan e106d85208
Update Extras.md 2020-11-27 10:32:04 -06:00
HomeSpan e7882ed1b6
Update Extras.md 2020-11-27 10:24:53 -06:00
Gregg 0cce9b25c7 Merge branch 'master' of https://github.com/HomeSpan/HomeSpan 2020-11-27 10:24:09 -06:00
Gregg cefc1df399 RF Control Update
Changed arguments for add() method from int to uint8_t.   Updated pulse train figure.
2020-11-27 10:24:03 -06:00
HomeSpan 5239146180
Update Extras.md 2020-11-27 09:43:58 -06:00
HomeSpan ff12838d4c
Update Extras.md 2020-11-27 09:43:33 -06:00
HomeSpan b8ed18a180
Update Extras.md 2020-11-27 09:43:01 -06:00
Gregg b1b4389963 Create pulseTrain.png 2020-11-27 09:40:07 -06:00
Gregg 01abb2ce88 Delete pulseTrain.png 2020-11-27 09:39:38 -06:00
HomeSpan e435beb32b
Update Extras.md 2020-11-27 09:38:42 -06:00
Gregg e287eb43f6 Merge branch 'master' of https://github.com/HomeSpan/HomeSpan 2020-11-27 09:37:58 -06:00
Gregg c31d80b7a2 updated size of pulse train figure 2020-11-27 09:37:50 -06:00
HomeSpan 063a09134a
Update Extras.md 2020-11-27 09:36:27 -06:00
Gregg 969a832b66 Merge branch 'master' of https://github.com/HomeSpan/HomeSpan 2020-11-27 09:36:07 -06:00
Gregg 9799bcd5f6 Create pulseTrain2.png 2020-11-27 09:35:58 -06:00
HomeSpan 03c73eee54
Update Extras.md 2020-11-27 09:34:19 -06:00
HomeSpan d05b56aca7
Update Extras.md 2020-11-27 09:32:57 -06:00