$MatterbridgeClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteBridgeOfRoom({required String token, MatterbridgeDeleteBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<MatterbridgeDeleteBridgeOfRoomResponseApplicationJson, void>>
-
Delete bridge of one room.
-
deleteBridgeOfRoomRaw({required String token, MatterbridgeDeleteBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<MatterbridgeDeleteBridgeOfRoomResponseApplicationJson, void>
-
Delete bridge of one room.
-
editBridgeOfRoom({required MatterbridgeEditBridgeOfRoomEnabled enabled, required String token, ContentString<BuiltList<BuiltMap<String, JsonObject>>>? parts, MatterbridgeEditBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<MatterbridgeEditBridgeOfRoomResponseApplicationJson, void>>
-
Edit bridge information of one room.
-
editBridgeOfRoomRaw({required MatterbridgeEditBridgeOfRoomEnabled enabled, required String token, ContentString<BuiltList<BuiltMap<String, JsonObject>>>? parts, MatterbridgeEditBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<MatterbridgeEditBridgeOfRoomResponseApplicationJson, void>
-
Edit bridge information of one room.
-
getBridgeOfRoom({required String token, MatterbridgeGetBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<MatterbridgeGetBridgeOfRoomResponseApplicationJson, void>>
-
Get bridge information of one room.
-
getBridgeOfRoomRaw({required String token, MatterbridgeGetBridgeOfRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<MatterbridgeGetBridgeOfRoomResponseApplicationJson, void>
-
Get bridge information of one room.
-
getBridgeProcessState({required String token, MatterbridgeGetBridgeProcessStateApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<MatterbridgeGetBridgeProcessStateResponseApplicationJson, void>>
-
Get bridge process information.
-
getBridgeProcessStateRaw({required String token, MatterbridgeGetBridgeProcessStateApiVersion? apiVersion, bool? oCSAPIRequest})
→ DynamiteRawResponse<MatterbridgeGetBridgeProcessStateResponseApplicationJson, void>
-
Get bridge process information.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited