From 5ba6ebad334b5925b2db4ca61ba862eb3cf25793 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Wed, 12 Nov 2025 22:27:19 +0100 Subject: [PATCH] [Docs] P180 Small corrections --- docs/source/Plugin/P180.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Plugin/P180.rst b/docs/source/Plugin/P180.rst index 5f215066d..fb78ceda2 100644 --- a/docs/source/Plugin/P180.rst +++ b/docs/source/Plugin/P180.rst @@ -428,11 +428,11 @@ The plugin should be configured with these settings: * **I2C Init Commands** sequence for initializing the sensor: -``put.u8.2.0x36.0x03``: Start continuous measurement. +``put.b.2.0x36.0x03``: Start continuous measurement. * **I2C Exit Commands** sequence for shutting down the sensor: -``put.u8.2.0x3f.0xf9``: Stop continuous measurement. +``put.b.2.0x3f.0xf9``: Stop continuous measurement. * **Cache-Name 1 (optional)**: Fill with a useable name, f.e. ``sdp``, so the I2C Command sequence is cached for much improved execution-performance.