Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Write a value to a BLE device characteristic.
my.writeBLECharacteristicValue({ deviceId: 'XX:XX:XX:XX:XX:XX', serviceId: '0000FFF0-0000-1000-8000-00805F9B34FB', characteristicId: '0000FFF1-0000-1000-8000-00805F9B34FB', value: 'fffe', success: (res) => { console.log('Write succeeded:', res); }, fail: (err) => { console.error('Write failed:', err); } });