Overview
Simple RPC plugin that is responsible for handling “getTime” RPC request from devices. This plugin is a part of default ThingsBoard installation for demo purposes. It demonstrates that devices can send RPC request via various connectivity protocols to execute server-side logic and get the result.
Configuration
You can specify time format configuration parameter. See DateTimeFormatter API for more details.
Server-side API
This plugin does not provide any server-side API.
Example
As a tenant administrator, you are able to review plugin example inside Plugins->Demo Time RPC Plugin.