smart-furniture-hookup-service
Preparing search index...
application/port/MonitoringService
MonitoringService
Interface MonitoringService
interface
MonitoringService
{
disconnectSmartFurnitureHookup
(
endpoint
:
string
)
:
Promise
<
void
>
;
registerSmartFurnitureHookup
(
id
:
SmartFurnitureHookupID
,
endpoint
:
string
,
)
:
Promise
<
void
>
;
}
Implemented by
MonitoringServiceImpl
Index
Methods
disconnect
Smart
Furniture
Hookup
register
Smart
Furniture
Hookup
Methods
disconnect
Smart
Furniture
Hookup
disconnectSmartFurnitureHookup
(
endpoint
:
string
)
:
Promise
<
void
>
Parameters
endpoint
:
string
Returns
Promise
<
void
>
register
Smart
Furniture
Hookup
registerSmartFurnitureHookup
(
id
:
SmartFurnitureHookupID
,
endpoint
:
string
,
)
:
Promise
<
void
>
Parameters
id
:
SmartFurnitureHookupID
endpoint
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
disconnect
Smart
Furniture
Hookup
register
Smart
Furniture
Hookup
smart-furniture-hookup-service
Loading...