Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Introduction

The GatewayAPI aims to abstract away the underlying protocol, i.e zigbee, but there are instances where clients/users will want direct access to the underlying protocol. This document will describe how to send ZCL Unicasts, Broadcast, 


<todo documentation under development>

API

CompletableFuture<String> Device.sendProtocolMessage(String json);
void Device.addProtocolHandler(ProtocolHandler handler);
void Device.removeProtocolHandler(ProtocolHandler handler);
void Device.removeAllProtocolHandlers();
ProtocolProperty
protocol: zigbee 
nodeId
endpoint
applicationProfileId
applicationDeviceId
applicationDeviceVersion




Useful References


Register Commands Passthru Command

  • No labels