Skip to main content

Arguments

input : SynchroniseClockInput! required

Input field for a synchronise clock request.

Returns

SynchroniseClock

Triggers an asynchronous request through the DCC adapter to synchronise the clock on the meter.

Returns a request reference that can be used to track the status of the request.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can commission smart meters

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation SynchroniseClock($input: SynchroniseClockInput!) { synchroniseClock(input: $input) { requestReference } }

Variables

{ "input": SynchroniseClockInput }

Response

{ "data": { "synchroniseClock": { "requestReference": "dog-exist-natural-hope-later" } } }