Proxy Node
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
proxy
A Mesh node that bridges GATT connections to the Mesh network for smartphones.
Mesh Properties
Node Type
proxy
Mandatory
いいえ
Frequently Asked Questions
Bluetooth Mesh is a networking standard that enables many-to-many BLE device communication. It uses managed flooding to relay messages across nodes, enabling large-scale IoT networks for lighting, building automation, and industrial IoT.