Remote device
class RemoteDevice
Description: Remote control device
class RemoteDevice(val id: Int) : IAutelRemoteDevice {
//proto protocol object for assign connection info
private var protoProtocol: ProtoProtocol? = null
//Key manager object
private var keyManager: IKeyManager? = null
//state cashing manager object
private var statesCacheManager : IStatesCacheManager? = null
}
Description:RemoteDevice property class