DeviceConnectionIntervalService
extends AirlayService
in package
Class DeviceConnectionIntervalService
Table of Contents
- $ : AirlayConfig
- $collection : DeviceConnectionIntervalsCollection
- $rabbitmq : AMQPStreamConnection
- $user : UserEntity
- $collection : mixed
- $lossConnectionInterval : int
- $offlineInterval : int
- __construct() : mixed
- getCollection() : mixed
- updateDeviceConnectionInterval() : void
Properties
$
public
AirlayConfig
$
config
$collection
public
DeviceConnectionIntervalsCollection
$collection
$rabbitmq
public
AMQPStreamConnection
$rabbitmq
$user
public
UserEntity
$user
$collection
protected
mixed
$collection
$lossConnectionInterval
private
int
$lossConnectionInterval
$offlineInterval
private
int
$offlineInterval
Methods
__construct()
public
__construct(mixed $collection) : mixed
Parameters
- $collection : mixed
Return values
mixed —getCollection()
public
getCollection() : mixed
Return values
mixed —updateDeviceConnectionInterval()
public
updateDeviceConnectionInterval(string $deviceId) : void
Parameters
- $deviceId : string