public function getInterfaces()
 {
     return $this->hasMany(WirelessDeviceInterface::className(), ["device_id" => "id"]);
 }