doc: Selects also implement writes

Minor addition on documentation
This commit is contained in:
Olli Salonen 2022-07-31 18:27:29 +03:00 committed by GitHub
parent 49f95fd7be
commit 8c0ae3c350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,7 +375,7 @@ The response is mapped to the sensor based on register_count and offset in bytes
Note Note
---- ----
Write support is only implemented for switches. Write support is only implemented for switches and selects.
However the C++ code provides the required API to write to a modbus device. However the C++ code provides the required API to write to a modbus device.
These methods can be called from a lambda. These methods can be called from a lambda.