From ba01cfaf950febf974acf92cd3bb80c6259afbae Mon Sep 17 00:00:00 2001 From: Marco Sinigaglia Date: Sat, 30 Dec 2023 17:37:04 +0100 Subject: [PATCH] Update methods.markdown --- docs/methods.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/methods.markdown b/docs/methods.markdown index e43f01ce..ff2c78b4 100644 --- a/docs/methods.markdown +++ b/docs/methods.markdown @@ -248,6 +248,7 @@ Returns a `Promise` object. - `peripheralId` - `String` - the id/mac address of the peripheral. - `serviceUUID` - `String` - the UUID of the service. - `characteristicUUID` - `String` - the UUID of the characteristic. + --- ## read(peripheralId, serviceUUID, characteristicUUID)