systemSetCommStatus

The method systemSetCommStatus() is called by the server hub to enable/disable bi-directional communication on hub running the Remote Client.

Function systemSetCommStatus
Purpose Enable or disable bi-directional communications between hubs.
Parameters None
URL Format /system/setCommStatus/:status
HTTP Method GET - Incoming
HTTP Parameters
Name Type Description
status String "true" to disable communications, "false" to enable.
Return JSON
Name Type Return Values
status String "success" if the communication state changed.
switch String "on" if communication has been restored, "off" if not.
  • v2api
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

deviceSendEvent

The method deviceSendEvent() is called by the server hub anytime an attribute value changes on...

devicesSaveAll

The method devicesSaveAll() is called by the server hub to save and create virtual, shadow copies...

getAllHSMStates

The method getAllHSMStates() is called by the server hub to retrieve the current list of Hubitat...

getAllModes

The method getAllModes() is called by the server hub to retrieve the current list of system modes...

getDeviceSync

The method getDeviceSync() is called by the server hub to retrieve the current state of all...