diff --git a/README.md b/README.md
index da8be15..2cd1a82 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht
* Integrated access to the ESP32's on-chip Remote Control peripheral for easy generation of IR and RF signals
* Dedicated classes to control one- and two-wire addressable RGB and RGBW LEDs and LED strips
* Dedicated classes to control stepper motors that can run smoothly in the background without interfering with HomeSpan
-* Dedicated class that faciliates seemless point-to-point communication between ESP32 devices using ESP-NOW
+* Dedicated class that faciliates seamless point-to-point communication between ESP32 devices using ESP-NOW
* Integrated Web Log for user-defined log messages
* Extensively-commented Tutorial Sketches taking you from the very basics of HomeSpan through advanced HomeKit topics
* Additional examples and projects showcasing real-world implementations of HomeSpan
diff --git a/docs/ServiceList.md b/docs/ServiceList.md
index 416ecee..1416fd6 100644
--- a/docs/ServiceList.md
+++ b/docs/ServiceList.md
@@ -56,7 +56,8 @@ Additionally, when first starting up, HomeSpan begins by validating the device's
|StatelessProgrammableSwitch|ProgrammableSwitchEvent|Name
ServiceLabelIndex|
|Switch|On|Name|
|Television|Active|ConfiguredName
ActiveIdentifier
RemoteKey
PowerModeSelection|
-|TelevisionSpeaker|VolumeControlType
VolumeSelector||TemperatureSensor|CurrentTemperature|Name
StatusActive
StatusFault
StatusTampered
StatusLowBattery|
+|TelevisionSpeaker|VolumeControlType
VolumeSelector|
+|TemperatureSensor|CurrentTemperature|Name
StatusActive
StatusFault
StatusTampered
StatusLowBattery|
|Thermostat|CurrentHeatingCoolingState
TargetHeatingCoolingState
CurrentTemperature
TargetTemperature
TemperatureDisplayUnits|CoolingThresholdTemperature
CurrentRelativeHumidity
HeatingThresholdTemperature
Name
TargetRelativeHumidity|
|Valve|Active
InUse
ValveType|SetDuration
RemainingDuration
IsConfigured
ServiceLabelIndex
StatusFault
Name|
|Window|CurrentPosition
TargetPosition
PositionState|Name
HoldPosition
ObstructionDetected|
diff --git a/src/Network.cpp b/src/Network.cpp
index 32daa67..5d69ad2 100644
--- a/src/Network.cpp
+++ b/src/Network.cpp
@@ -237,7 +237,7 @@ void Network::processRequest(char *body, char *formData){
String responseHead="HTTP/1.1 200 OK\r\nContent-type: text/html\r\n";
- String responseBody="