From 808c8c6b30e95656dc678127c64cb140e7428242 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:53:25 +0200 Subject: [PATCH] Update btmesh.md fix bt mesh link --- content/firmwareapi/pycom/network/bluetooth/btmesh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/firmwareapi/pycom/network/bluetooth/btmesh.md b/content/firmwareapi/pycom/network/bluetooth/btmesh.md index 80069b5..469919b 100644 --- a/content/firmwareapi/pycom/network/bluetooth/btmesh.md +++ b/content/firmwareapi/pycom/network/bluetooth/btmesh.md @@ -7,7 +7,7 @@ aliases: The Pymesh BLE library provides support for connecting to a BLE Mesh Network with various Server and Client models. -For examples, please check the section [Pymesh BLE Examples](/tutorials/networkprotocols/ble_mesh/). +For examples, please check the section [Pymesh BLE Examples](/tutorials/networkprotocols/blemesh/). Pymesh BLE features: @@ -113,4 +113,4 @@ Calling this function only makes sense when the BLE_Mesh_Model is a Server Model * Constants for Model - type: `BLE_Mesh.GEN_ONOFF`, `BLE_Mesh.GEN_LEVEL`, `BLE_Mesh.GEN_SENSOR`, `BLE_Mesh.GEN_SENSOR_SETUP` * Constants for Model - server or client: `BLE_Mesh.SERVER`, `BLE_Mesh.CLIENT` * Constants for Model - states: `BLE_Mesh.STATE_ONOFF`, `BLE_Mesh.STATE_LEVEL`, `BLE_Mesh.STATE_LEVEL_DELTA`, `BLE_Mesh.STATE_LEVEL_MOVE`, `BLE_Mesh.SEN_DESCRIPTOR`, `BLE_Mesh.SEN`, `BLE_Mesh.SEN_COLUMN`, `BLE_Mesh.SEN_SERIES`, `BLE_Mesh.SEN_SET_CADENCE`, `BLE_Mesh.SEN_SETTINGS`, `BLE_Mesh.SEN_SETTING` -* Constants for Provision Events: `BLE_Mesh.PROV_REGISTER_EVT`, `BLE_Mesh.PROV_ENABLE_EVT`, `BLE_Mesh.PROV_DISABLE_EVT`, `BLE_Mesh.LINK_OPEN_EVT`, `BLE_Mesh.LINK_CLOSE_EVT`, `BLE_Mesh.PROV_COMPLETE_EVT`, `BLE_Mesh.PROV_RESET_EVT`, `BLE_Mesh.PROV_OUTPUT_OOB_REQ_EVT`, `BLE_Mesh.PROV_INPUT_OOB_REQ_EVT` \ No newline at end of file +* Constants for Provision Events: `BLE_Mesh.PROV_REGISTER_EVT`, `BLE_Mesh.PROV_ENABLE_EVT`, `BLE_Mesh.PROV_DISABLE_EVT`, `BLE_Mesh.LINK_OPEN_EVT`, `BLE_Mesh.LINK_CLOSE_EVT`, `BLE_Mesh.PROV_COMPLETE_EVT`, `BLE_Mesh.PROV_RESET_EVT`, `BLE_Mesh.PROV_OUTPUT_OOB_REQ_EVT`, `BLE_Mesh.PROV_INPUT_OOB_REQ_EVT`