Gregg
3edc30222f
Updated Example 12 to demonstrate negative temperatures
...
Use SpanRange() to change HAP default range of 0-100 to -50 to 100. Change starting temp +30 and have it reset to -30 after hitting +35.
2021-02-22 20:27:42 -06:00
Gregg
b2790386d6
Update Services.h
...
HAP documentation is INCORRECT! Actual range for ColorTemperature is 140-500. Change default to 200.
2021-02-20 15:43:35 -06:00
HomeSpan
2be0a2cea1
Update README.md
2021-02-19 18:14:33 -06:00
HomeSpan
cb677eb69d
Update FAQ.md
2021-02-19 18:13:57 -06:00
HomeSpan
d16c7fe2f5
Update OTA.md
2021-02-19 18:13:30 -06:00
HomeSpan
b373291dcb
Update GettingStarted.md
2021-02-19 18:11:37 -06:00
HomeSpan
05c4e81fa2
Update GettingStarted.md
2021-02-19 18:07:31 -06:00
HomeSpan
14a8848436
Update README.md
2021-02-19 18:04:59 -06:00
HomeSpan
4c632369b3
Update FAQ.md
2021-02-19 18:03:27 -06:00
HomeSpan
0d28eaa216
Update FAQ.md
2021-02-19 18:01:57 -06:00
HomeSpan
bcac669b40
Update FAQ.md
2021-02-19 17:56:07 -06:00
HomeSpan
e175ba1527
Update FAQ.md
2021-02-19 17:55:02 -06:00
HomeSpan
a3832d5765
Update FAQ.md
2021-02-19 17:49:56 -06:00
HomeSpan
f0fee53d81
Update FAQ.md
2021-02-19 17:46:46 -06:00
HomeSpan
bdcc4eab6f
Update FAQ.md
2021-02-19 07:58:22 -06:00
HomeSpan
e20ae3a975
Update FAQ.md
2021-02-19 07:45:52 -06:00
HomeSpan
0ff4a222ab
Create FAQ.md
2021-02-19 07:00:53 -06:00
HomeSpan
6ff15e9b9e
Merge pull request #45 from HomeSpan/release-1.2.0
...
Release 1.2.0
2021-02-18 21:37:00 -06:00
HomeSpan
b666fe7c69
Update README.md
2021-02-18 21:34:34 -06:00
HomeSpan
dd4f8f34f8
Update README.md
2021-02-18 21:31:57 -06:00
Gregg
c7447b061c
Set Version to 1.2.0
2021-02-18 21:09:28 -06:00
Gregg
77a4882527
Merge branch 'dev1.1.5' of https://github.com/HomeSpan/HomeSpan into dev1.1.5
2021-02-18 21:02:49 -06:00
Gregg
96d3877ef6
Added check to ensure HostName is valid
...
Must be 255 or less alphanumeric characters or a hyphen, except hyphen can't be first or last character.
2021-02-18 21:02:41 -06:00
HomeSpan
b1a0b32b3b
Update OTA.md
2021-02-18 20:57:49 -06:00
Gregg
3bd615bc8b
Merge branch 'dev1.1.5' of https://github.com/HomeSpan/HomeSpan into dev1.1.5
2021-02-18 18:20:36 -06:00
HomeSpan
e0b9958001
Update OTA.md
2021-02-18 07:28:14 -06:00
Gregg
66cd30fa80
Small tweak to diagnostic message when OTA is started
2021-02-17 08:54:29 -06:00
HomeSpan
edefa1380c
Update OTA.md
2021-02-17 08:15:08 -06:00
HomeSpan
be71798836
Update OTA.md
2021-02-17 08:02:12 -06:00
HomeSpan
d5757e6ab8
Update OTA.md
2021-02-16 21:55:10 -06:00
HomeSpan
3010e49347
Update OTA.md
2021-02-16 21:53:18 -06:00
HomeSpan
2aea557a3a
Update OTA.md
2021-02-16 18:58:00 -06:00
HomeSpan
d60f9db3c5
Update OTA.md
2021-02-16 18:41:28 -06:00
HomeSpan
7e21159685
Create OTA.md
2021-02-16 17:30:13 -06:00
Gregg
269d749b5b
Update src.ino
2021-02-16 07:19:48 -06:00
HomeSpan
121864ba36
Update Reference.md
2021-02-16 07:18:19 -06:00
HomeSpan
45e7c60dd1
Update Reference.md
2021-02-16 07:01:34 -06:00
HomeSpan
9450551947
Update Reference.md
2021-02-16 06:30:01 -06:00
HomeSpan
f8b0e906bf
Update Tutorials.md
2021-02-15 21:13:24 -06:00
HomeSpan
0602b8ac3f
Update Reference.md
2021-02-15 21:00:59 -06:00
HomeSpan
1cbac51a43
Update Reference.md
2021-02-15 20:47:54 -06:00
HomeSpan
06da589541
Update Reference.md
2021-02-15 20:45:58 -06:00
Gregg
c52ae7bdfe
Update 17-LinkedServices.ino
2021-02-15 20:38:32 -06:00
Gregg
2e3f90851a
Create 17-LinkedServices.ino
2021-02-15 19:40:07 -06:00
Gregg
63ad921106
Merge branch 'dev1.1.5' of https://github.com/HomeSpan/HomeSpan into dev1.1.5
2021-02-14 18:33:00 -06:00
Gregg
24cc2486e2
Added Linked Services logic
...
New SpanService method addLink(SpanService *svc), where svc is a pointer to the SpanService that is being specified as a Linked Service for the current Service.
addLink() returns a pointer to "this" so may be chained
2021-02-14 18:32:54 -06:00
HomeSpan
a0f4a46adf
Update CLI.md
2021-02-13 21:36:16 -06:00
HomeSpan
bccecc8127
Update Reference.md
2021-02-13 21:30:32 -06:00
Gregg
35c8f5b48c
Added option to disable OTA password
...
homeSpan.enableOTA() is now homeSpan.enableOTA(boolean auth=true). Set auth=false to disable password authentication. Set to true, or leave blank, to enable password authentication.
2021-02-13 21:24:46 -06:00
Gregg
f1c3684e1c
Updated maxConnections logic and added Socket numbers to output
...
homeSpan.begin() automatically resizes maxConnections to ensure it is at or below maxLimit, where maxLimit=CONFIG_LWIP_MAX_SOCKETS-2-otaEnabled.
maxConnections still defaults to 8 if unspecified, which means it is reduced to 7 if OTA is enabled. Users should set maxConnections to a lower number is they have implemented other socket-based services in their sketch
2021-02-13 14:28:10 -06:00